File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
src/main/java/com/jsoniter/any Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
33import com .jsoniter .output .CodegenAccess ;
44import com .jsoniter .spi .JsonException ;
5- import com .jsoniter .JsonIterator ;
65import com .jsoniter .ValueType ;
76import com .jsoniter .output .JsonStream ;
87import com .jsoniter .spi .Encoder ;
@@ -189,7 +188,7 @@ public Any mustBeValid() {
189188 }
190189 }
191190
192- public Set < String > keys () {
191+ public Set keys () {
193192 return EMPTY_KEYS ;
194193 }
195194
Original file line number Diff line number Diff line change 22
33import com .jsoniter .ValueType ;
44import com .jsoniter .output .JsonStream ;
5- import com .jsoniter .spi .TypeLiteral ;
65
76import java .io .IOException ;
87
Original file line number Diff line number Diff line change 22
33import com .jsoniter .ValueType ;
44import com .jsoniter .output .JsonStream ;
5- import com .jsoniter .spi .TypeLiteral ;
65
76import java .io .IOException ;
87
You can’t perform that action at this time.
0 commit comments