Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Feb 6, 2019
1 parent 1b50cb8 commit 596ca3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public int hashCode() {
@Override
public String toString() {
final StringBuilder sb = new StringBuilder();
final Iterator<Integer> it = version.iterator();
final Iterator<Integer> it = version.iterator();
sb.append(it.next());
while (it.hasNext()) {
sb.append(".").append(it.next());
Expand Down

0 comments on commit 596ca3e

Please sign in to comment.