Skip to content

Commit 6ae3485

Browse files
committed
update Java version
1 parent 2d5b600 commit 6ae3485

File tree

3 files changed

+683
-649
lines changed

3 files changed

+683
-649
lines changed

src/main/java/com/upokecenter/cbor/CBORObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ private long CalcEncodedSize(int depth) {
17211721
if (depth > 1000) {
17221722
throw new CBORException("Too deeply nested");
17231723
}
1724-
//System.out.println("type="+this.getType()+" depth="+depth);
1724+
// System.out.println("type="+this.getType()+" depth="+depth);
17251725
long size = 0L;
17261726
CBORObject cbor = this;
17271727
while (cbor.isTagged()) {

0 commit comments

Comments
 (0)