mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-12-14 04:58:46 +01:00
Update #50 - Bug fixes and shader improvements
This commit is contained in:
@@ -56,7 +56,6 @@ public final class SunNormalizer {
|
||||
* {@link java.text.Normalizer.Form#NFKC},
|
||||
* {@link java.text.Normalizer.Form#NFKD}
|
||||
* @param option The normalization option;
|
||||
* {@link sun.text.Normalizer#UNICODE_3_2}
|
||||
* @return The normalized String
|
||||
* @throws NullPointerException If <code>src</code> or <code>form</code> is
|
||||
* null.
|
||||
@@ -75,7 +74,6 @@ public final class SunNormalizer {
|
||||
* {@link java.text.Normalizer.Form#NFKC},
|
||||
* {@link java.text.Normalizer.Form#NFKD}
|
||||
* @param option The normalization option;
|
||||
* {@link sun.text.Normalizer#UNICODE_3_2}
|
||||
* @return true if the sequence of char values is normalized; false otherwise.
|
||||
* @throws NullPointerException If <code>src</code> or <code>form</code> is
|
||||
* null.
|
||||
|
||||
Reference in New Issue
Block a user