Skip to content

Commit d9ca7bf

Browse files
committed
fixed missing annotation
1 parent b3b6e55 commit d9ca7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/igormaznitsa/jcp/expression/functions/FunctionSTR2GO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public Value executeStrBool(@Nonnull final PreprocessorContext context, @Nonnull
6666
}
6767
}
6868

69+
@Nonnull
6970
private static String toUnicode(final char c) {
7071
final StringBuilder result = new StringBuilder(4);
7172
final String hex = Integer.toHexString(c);

0 commit comments

Comments
 (0)