Skip to content

Commit 86693c0

Browse files
LodrKumquatiText-CI
authored andcommitted
Fix javadoc
DEVSIX-3712
1 parent c1473c6 commit 86693c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io/src/main/java/com/itextpdf/io/util/TextUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ public static int[] convertToUtf32(String text) {
173173
}
174174

175175
/**
176-
* Converts a UTF32 code point value to a String with the corresponding character(s).
176+
* Converts a UTF32 code point value to a char array with the corresponding character(s).
177177
*
178178
* @param codePoint a Unicode value
179-
* @return the corresponding characters in a String
179+
* @return the corresponding char array
180180
*/
181181
public static char[] convertFromUtf32(int codePoint) {
182182
if (codePoint < 0x10000) {

0 commit comments

Comments
 (0)