Skip to content

Commit 501f724

Browse files
committed
Minor javadoc addition wrt #244
1 parent 6aaef7a commit 501f724

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ion/src/main/java/com/fasterxml/jackson/dataformat/ion/IonParser.java

+8
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ public Version version() {
159159
return PackageVersion.VERSION;
160160
}
161161

162+
/**
163+
* Accessor for {@link IonSystem} this parser instance was construted
164+
* with
165+
*
166+
* @return {@link IonSystem} instance
167+
*
168+
* @since 2.12.2
169+
*/
162170
public IonSystem getIonSystem() {
163171
return _system;
164172
}

0 commit comments

Comments
 (0)