Deleted a trailing whitespace.
This commit is contained in:
parent
1d5e77d4fc
commit
18834e548b
|
@ -234,7 +234,7 @@ public final class QrSegmentAdvanced {
|
|||
* @param text the text to be encoded, which must fall in the kanji mode subset of characters
|
||||
* @return a segment containing the data
|
||||
* @throws NullPointerException if the string is {@code null}
|
||||
* @throws IllegalArgumentException if the string contains non-kanji-mode characters
|
||||
* @throws IllegalArgumentException if the string contains non-kanji-mode characters
|
||||
* @see #isEncodableAsKanji(String)
|
||||
*/
|
||||
public static QrSegment makeKanjiSegment(String text) {
|
||||
|
|
Loading…
Reference in New Issue