Skip to content

Commit

Permalink
Add Datatype for Language
Browse files Browse the repository at this point in the history
  • Loading branch information
glassjoseph committed Dec 13, 2021
1 parent 1bef5f9 commit c1fa1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/snaccooperative/data/Language.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class Language extends AbstractData {
*/
public Language() {
super();
this.setDataType("Language");
this.setMaxDateCount(0);
}

Expand Down

0 comments on commit c1fa1ea

Please sign in to comment.