Skip to content

TokenStreamFactory.createNonBlockingByteBufferParser() return type wrong #1527

Description

@hb16

Both createNonBlockingByteArrayParser() and createNonBlockingByteBufferParser() in TokenStreamFactory have the same type bound for the return type:

P extends JsonParser & ByteArrayFeeder

I'd expect the type for createNonBlockingByteBufferParser() to be

P extends JsonParser & ByteBufferFeeder.

Is this a copy-paste error or am I missing something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions