Skip to content

Commit 07e10b4

Browse files
committed
Removing unnecessary comment.
1 parent 1ad6690 commit 07e10b4

File tree

1 file changed

+1
-3
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/sst

1 file changed

+1
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/sst/StringUtils.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ public static String unescapeJavaString(String st) {
328328
private static final String UNKNOWN_UNICODE_ERROR = " unknown Unicode character name";
329329

330330
/**
331-
* Replace '/N{Unicode Character Name}' with the code point of the character. In JDK some
332-
* characters use different naming. The subset is bigger in JDK 9 than in JDK 8 etc. Also the
333-
* subset doesn't have to match with CPython.
331+
* Replace '/N{Unicode Character Name}' with the code point of the character.
334332
*
335333
* @param text a text that contains /N{...} escape sequence
336334
* @param sb string builder where the result code point will be written

0 commit comments

Comments
 (0)