datalogic / datalogic-android-sdk

Datalogic Android SDK
12 stars 6 forks source link

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

Open litrik opened 2 years ago

litrik commented 2 years ago

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 commented 2 years ago

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