Skip to content

Commit

Permalink
Utility code javadoc and Java 12+ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Oct 14, 2020
1 parent 38169d8 commit ac828db
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 419 deletions.
2 changes: 1 addition & 1 deletion Core/src/main/java/org/opensextant/annotations/Record.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public String toString() {
return val.toString();
}

private final static Integer DEFAULT_STATE_VAL = new Integer(1);
private final static Integer DEFAULT_STATE_VAL = Integer.valueOf(1);

public void addState(String s) {
if (state == null) {
Expand Down
Loading

0 comments on commit ac828db

Please sign in to comment.