Skip to content

Commit

Permalink
Fix checkstyle warnings
Browse files Browse the repository at this point in the history
Bump version to 3.10.2
  • Loading branch information
ajay-gov committed Apr 2, 2020
1 parent 1ab16ad commit 9a99f93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
swim.version=3.11.0-SNAPSHOT
swim.version=3.10.2
graal.version=19.3.0
2 changes: 1 addition & 1 deletion swim-core-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
swim.version=3.11.0-SNAPSHOT
swim.version=3.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ static Decoder<WsStatus> decode(InputBuffer input) {
public Decoder<WsStatus> feed(InputBuffer input) {
return decode(input, this.code, this.reason, this.step);
}

}
2 changes: 1 addition & 1 deletion swim-mesh-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
swim.version=3.11.0-SNAPSHOT
swim.version=3.10.2
2 changes: 1 addition & 1 deletion swim-polyglot-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
swim.version=3.11.0-SNAPSHOT
swim.version=3.10.2
graal.version=19.3.0

0 comments on commit 9a99f93

Please sign in to comment.