Skip to content

Commit 5c28299

Browse files
committed
update Java version
1 parent f146c67 commit 5c28299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/java/com/upokecenter/test/CBORTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5215,11 +5215,11 @@ public static boolean TestTextStringStreamOne(String longString) {
52155215
Assert.assertEquals(objectTemp, objectTemp2);
52165216
}
52175217
{
5218-
String cc="useindeflengthstrings";
5219-
cc+="=";
5220-
cc+="false,allowduplicatekeys";
5221-
cc+="=";
5222-
cc+="true";
5218+
String cc = "useindeflengthstrings";
5219+
cc += "=";
5220+
cc += "false,allowduplicatekeys";
5221+
cc += "=";
5222+
cc += "true";
52235223
Object objectTemp = longString;
52245224
Object objectTemp2 = CBORObject.DecodeFromBytes(cbor.EncodeToBytes(
52255225
new CBOREncodeOptions(cc))).AsString();

0 commit comments

Comments
 (0)