mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -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.
|
||||
*
|
||||
* @param ECI value to append, as an int
|
||||
* @param value ECI value to append, as an int
|
||||
*/
|
||||
public void appendECI(int value) throws FormatException {
|
||||
encodeCurrentBytesIfAny();
|
||||
|
|
Loading…
Reference in a new issue