Skip to content

Commit 4242454

Browse files
committed
Merge branch '2.x' into 3.x
2 parents c8ee9f8 + c2f4f69 commit 4242454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ion/src/main/java/tools/jackson/dataformat/ion/IonFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ public JsonParser createParser(ObjectReadContext readCtxt,
267267
_decorate(ioCtxt, in));
268268
}
269269

270+
@Deprecated // since 2.20
270271
@Override
271272
public JsonParser createParser(ObjectReadContext readCtxt, URL url) {
272273
// true, since we create InputStream from URL

0 commit comments

Comments
 (0)