File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
_includes/sidelist-programming Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 257257 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/file-fetcher.html " class ="otherLinkColour "> DSFileFetcher</ a > </ li >
258258 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/image-drawer.html " class ="otherLinkColour "> DSImageDrawer</ a > </ li >
259259 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/image-io.html " class ="otherLinkColour "> DSImageIO</ a > </ li >
260- < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/image-processer .html " class ="otherLinkColour "> DSImageProcessor</ a > </ li >
260+ < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/image-processor .html " class ="otherLinkColour "> DSImageProcessor</ a > </ li >
261261 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/multi-frame-result-cross-filter.html " class ="otherLinkColour "> DSMultiFrameResultCrossFilter</ a > </ li >
262262 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/proactive-image-source-adapter.html " class ="otherLinkColour "> DSProactiveImageSourceAdapter</ a > </ li >
263263 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_ios_api }}utility/utility-module.html " class ="otherLinkColour "> DSUtilityModule</ a > </ li >
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ mRouter.addResultReceiver(new CapturedResultReceiver() {
196196 for (int i= 0 ; i< result. getItems(). length; i++ ){
197197 // The return value is the modified barcode text.
198198 String processedResult = process. processBarcodeByte(result. getItems(). getBytes(),ProcessBarcodeResultUtil . ProcessNonPrintingCharsMode . PNPCM_REMOVE ,true );
199- Log . i(" ProcessByte" , " onDecodedBarcodesReceived: processeResult = " + processedResult);
199+ Log . i(" ProcessByte" , " onDecodedBarcodesReceived: processedResult = " + processedResult);
200200 }
201201 }
202202 }
You can’t perform that action at this time.
0 commit comments