Skip to content

Commit 611ca15

Browse files
committed
update Java version
1 parent f10e1be commit 611ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/upokecenter/test/BEncoding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private static CBORObject readList(InputStream stream) throws java.io.IOExceptio
7676
while (true) {
7777
CBORObject o = readObject(stream, true);
7878
if (o == null) {
79-
break; // 'e' was read
79+
break; // 'e' was read
8080
}
8181
obj.Add(o);
8282
}

0 commit comments

Comments
 (0)