Skip to content

Commit e951b1d

Browse files
committed
update Java version
1 parent c7c19f9 commit e951b1d

File tree

4 files changed

+56
-57
lines changed

4 files changed

+56
-57
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private static CBORObject ReadString(InputStream stream, char firstChar) throws
164164
stream,
165165
numlength.ToInt32Checked(),
166166
builder,
167-
false)) {
167+
false)) {
168168
case -2:
169169
throw new CBORException("Premature end of data");
170170
case -1:

0 commit comments

Comments
 (0)