mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Split long lines in 2 comments in {Java, JavaScript, Python, C++} language versions, without changing wording.
This commit is contained in:
@@ -820,8 +820,9 @@ public final class QrCode {
|
||||
/*-- Method --*/
|
||||
|
||||
/**
|
||||
* Computes and returns the Reed-Solomon error correction codewords for the specified sequence of data codewords.
|
||||
* The returned object is always a new byte array. This method does not alter this object's state (because it is immutable).
|
||||
* Computes and returns the Reed-Solomon error correction codewords for the specified
|
||||
* sequence of data codewords. The returned object is always a new byte array.
|
||||
* This method does not alter this object's state (because it is immutable).
|
||||
* @param data the sequence of data codewords
|
||||
* @return the Reed-Solomon error correction codewords
|
||||
* @throws NullPointerException if the data is {@code null}
|
||||
|
||||
@@ -81,8 +81,9 @@ public final class QrSegment {
|
||||
|
||||
|
||||
/**
|
||||
* Returns a segment representing the specified text string encoded in alphanumeric mode. The characters allowed are:
|
||||
* 0 to 9, A to Z (uppercase only), space, dollar, percent, asterisk, plus, hyphen, period, slash, colon.
|
||||
* Returns a segment representing the specified text string encoded in alphanumeric mode.
|
||||
* The characters allowed are: 0 to 9, A to Z (uppercase only), space,
|
||||
* dollar, percent, asterisk, plus, hyphen, period, slash, colon.
|
||||
* @param text a string of text, with only certain characters allowed
|
||||
* @return a segment containing the data
|
||||
* @throws NullPointerException if the string is {@code null}
|
||||
|
||||
Reference in New Issue
Block a user