Skip to content

Commit 33aa054

Browse files
committed
[lib] Added overview of code point utility class
1 parent 05c777c commit 33aa054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tehreer-android/src/main/java/com/mta/tehreer/unicode/CodePoint.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
import com.mta.tehreer.internal.JniBridge;
2020

21+
/**
22+
* Provides static utility methods for unicode code points.
23+
*/
2124
public class CodePoint {
2225
static {
2326
JniBridge.loadLibrary();

0 commit comments

Comments
 (0)