Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc of BarcodeManager.isInitialized() does not match method signature #16

Open
litrik opened this issue Jun 21, 2022 · 1 comment
Open

Comments

@litrik
Copy link

litrik commented Jun 21, 2022

The signature of BarcodeManager.isInitialized() is

public boolean isInitialized()

yet its Javadoc talks about an int return value instead of a boolean

  @return <code>int</code> {@link DecodeException#SUCCESS} in case of success,
  otherwise a possible error code, matching one of the {@link DecodeException} error constants.
@scallegariwork
Copy link

scallegariwork commented Jun 21, 2022

Hello Litrik,
thanks for reporting this. I open an internal ticket for fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants