mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-27 15:51:17 +00:00
Tweaked code slightly.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user