mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 20:27:34 -08:00
Oops, amendment to last change
git-svn-id: https://zxing.googlecode.com/svn/trunk@1800 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
ce30fae7be
commit
7e710dd6ec
|
@ -117,7 +117,7 @@ final class DecodedBitStreamParser {
|
||||||
return new DecoderResult(bytes,
|
return new DecoderResult(bytes,
|
||||||
result.toString(),
|
result.toString(),
|
||||||
byteSegments.isEmpty() ? null : byteSegments,
|
byteSegments.isEmpty() ? null : byteSegments,
|
||||||
ecLevel.toString());
|
ecLevel == null ? null : ecLevel.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue