mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Fix last javadoc fix
This commit is contained in:
parent
09e4a5824b
commit
4a6e03079b
|
@ -77,7 +77,7 @@ public final class ECIStringBuilder {
|
||||||
/**
|
/**
|
||||||
* Appends ECI value to output.
|
* Appends ECI value to output.
|
||||||
*
|
*
|
||||||
* @param ECI value to append, as an int
|
* @param value ECI value to append, as an int
|
||||||
*/
|
*/
|
||||||
public void appendECI(int value) throws FormatException {
|
public void appendECI(int value) throws FormatException {
|
||||||
encodeCurrentBytesIfAny();
|
encodeCurrentBytesIfAny();
|
||||||
|
|
Loading…
Reference in a new issue