We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10e1be commit 611ca15Copy full SHA for 611ca15
src/test/java/com/upokecenter/test/BEncoding.java
@@ -76,7 +76,7 @@ private static CBORObject readList(InputStream stream) throws java.io.IOExceptio
76
while (true) {
77
CBORObject o = readObject(stream, true);
78
if (o == null) {
79
- break; // 'e' was read
+ break; // 'e' was read
80
}
81
obj.Add(o);
82
0 commit comments