@@ -232,9 +232,9 @@ public void testBsonOpsWithSqlConditionsUpdateSuccess() throws Exception {
232232 .append ("browserling" , new BsonBinary (PDouble .INSTANCE .toBytes (-505169340.54880095 )))
233233 .append ("track[0].shot[2][0].city.standard[5]" , new BsonString ("soft" ))
234234 .append ("track[0].shot[2][0].city.problem[2]" ,
235- new BsonDocument ().append ("$ADD" , new BsonArray ( Arrays . asList (
236- new BsonString ("track[0].shot[2][0].city.problem[2]" ),
237- new BsonDouble (529.435 ))))))
235+ new BsonDocument ().append ("$ADD" ,
236+ new BsonArray ( Arrays . asList ( new BsonString ("track[0].shot[2][0].city.problem[2]" ),
237+ new BsonDouble (529.435 ))))))
238238 .append ("$UNSET" ,
239239 new BsonDocument ().append ("track[0].shot[2][0].city.flame" , new BsonNull ()));
240240
@@ -766,9 +766,9 @@ public void testBsonOpsWithDocumentConditionsUpdateSuccess() throws Exception {
766766 .append ("browserling" , new BsonBinary (PDouble .INSTANCE .toBytes (-505169340.54880095 )))
767767 .append ("track[0].shot[2][0].city.standard[5]" , new BsonString ("soft" ))
768768 .append ("track[0].shot[2][0].city.problem[2]" ,
769- new BsonDocument ().append ("$ADD" , new BsonArray ( Arrays . asList (
770- new BsonString ("track[0].shot[2][0].city.problem[2]" ),
771- new BsonDouble (529.435 ))))))
769+ new BsonDocument ().append ("$ADD" ,
770+ new BsonArray ( Arrays . asList ( new BsonString ("track[0].shot[2][0].city.problem[2]" ),
771+ new BsonDouble (529.435 ))))))
772772 .append ("$UNSET" ,
773773 new BsonDocument ().append ("track[0].shot[2][0].city.flame" , new BsonNull ()));
774774
@@ -1167,9 +1167,9 @@ public void testBsonOpsWithSqlConditionsUpdateFailure() throws Exception {
11671167 .append ("browserling" , new BsonBinary (PDouble .INSTANCE .toBytes (-505169340.54880095 )))
11681168 .append ("track[0].shot[2][0].city.standard[5]" , new BsonString ("soft" ))
11691169 .append ("track[0].shot[2][0].city.problem[2]" ,
1170- new BsonDocument ().append ("$ADD" , new BsonArray ( Arrays . asList (
1171- new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1172- new BsonDouble (529.435 ))))))
1170+ new BsonDocument ().append ("$ADD" ,
1171+ new BsonArray ( Arrays . asList ( new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1172+ new BsonDouble (529.435 ))))))
11731173 .append ("$UNSET" ,
11741174 new BsonDocument ().append ("track[0].shot[2][0].city.flame" , new BsonNull ()));
11751175
@@ -1542,9 +1542,9 @@ public void testBsonOpsWithDocumentConditionsUpdateFailure() throws Exception {
15421542 .append ("browserling" , new BsonBinary (PDouble .INSTANCE .toBytes (-505169340.54880095 )))
15431543 .append ("track[0].shot[2][0].city.standard[5]" , new BsonString ("soft" ))
15441544 .append ("track[0].shot[2][0].city.problem[2]" ,
1545- new BsonDocument ().append ("$ADD" , new BsonArray ( Arrays . asList (
1546- new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1547- new BsonDouble (529.435 ))))))
1545+ new BsonDocument ().append ("$ADD" ,
1546+ new BsonArray ( Arrays . asList ( new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1547+ new BsonDouble (529.435 ))))))
15481548 .append ("$UNSET" ,
15491549 new BsonDocument ().append ("track[0].shot[2][0].city.flame" , new BsonNull ()));
15501550
@@ -1959,9 +1959,9 @@ public void testBsonOpsWithSqlConditionsUpdateSuccessWithTTL() throws Exception
19591959 .append ("browserling" , new BsonBinary (PDouble .INSTANCE .toBytes (-505169340.54880095 )))
19601960 .append ("track[0].shot[2][0].city.standard[5]" , new BsonString ("soft" ))
19611961 .append ("track[0].shot[2][0].city.problem[2]" ,
1962- new BsonDocument ().append ("$ADD" , new BsonArray ( Arrays . asList (
1963- new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1964- new BsonDouble (529.435 ))))))
1962+ new BsonDocument ().append ("$ADD" ,
1963+ new BsonArray ( Arrays . asList ( new BsonString ("track[0].shot[2][0].city.problem[2]" ),
1964+ new BsonDouble (529.435 ))))))
19651965 .append ("$UNSET" ,
19661966 new BsonDocument ().append ("track[0].shot[2][0].city.flame" , new BsonNull ()));
19671967
0 commit comments