Skip to content

Commit 47c1dd0

Browse files
committed
Remove comment
1 parent d1a6df3 commit 47c1dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wrapper-java/src/main/java/com/whl/quickjs/wrapper/QuickJSObject.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ public Map<String, Object> toMap(MapFilter filter, Object extra, MapCreator mapC
281281
@Override
282282
public ArrayList<Object> toArray(MapFilter filter, Object extra, MapCreator mapCreator) {
283283
throw new UnsupportedOperationException("Object types are not yet supported for conversion to array. You should use toMap.");
284-
285284
}
286285

287286
@Override

0 commit comments

Comments
 (0)