Found while reviewing docs in PR #30, not fixed there since it touches a code sample.
File: barcode-reader/general/check-current-version.md, around line 48
BarcodeReaderModule reader = BarcodeReaderModule();
Missing new before BarcodeReaderModule() — won't compile as Java.
Found while reviewing docs in PR #30, not fixed there since it touches a code sample.
File:
barcode-reader/general/check-current-version.md, around line 48Missing
newbeforeBarcodeReaderModule()— won't compile as Java.