Fix last javadoc fix

This commit is contained in:
Sean Owen 2022-05-01 14:16:46 -06:00
parent 09e4a5824b
commit 4a6e03079b

View file

@ -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();