Deleted a trailing whitespace.

This commit is contained in:
Project Nayuki 2016-10-05 17:36:45 +00:00
parent 1d5e77d4fc
commit 18834e548b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {