Tweaked code slightly.

This commit is contained in:
Project Nayuki
2018-10-06 04:48:47 +00:00
parent c7bc281e18
commit b7922a8dce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public final class QrSegment {
* Always zero or positive. Not the same as the data's bit length. */
public final int numChars;
/** The data bits of this segment. Not {@code null}. Accessed through {@link getBits()}. */
/** The data bits of this segment. Not {@code null}. Accessed through {@link #getBits()}. */
final BitBuffer data;