Skip to content

Commit a725954

Browse files
committed
...
1 parent cd9063e commit a725954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smile/src/main/java/com/fasterxml/jackson/dataformat/smile/SmileFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ public SmileGenerator createGenerator(OutputStream out) throws IOException {
378378
/**
379379
* @since 2.9
380380
*/
381+
@Override
381382
public NonBlockingByteArrayParser createNonBlockingByteArrayParser() throws IOException {
382383
IOContext ctxt = _createContext(null, false);
383384
ByteQuadsCanonicalizer can = _byteSymbolCanonicalizer.makeChild(_factoryFeatures);

0 commit comments

Comments
 (0)