Skip to content

Commit

Permalink
Fix #223. setTotal should take long as a parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
romix authored and magro committed Jul 28, 2014
1 parent ca153ba commit ffe6931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/esotericsoftware/kryo/io/Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public long total () {
}

/** Sets the number of bytes read. */
public void setTotal (int total) {
public void setTotal (long total) {
this.total = total;
}

Expand Down

0 comments on commit ffe6931

Please sign in to comment.