Suppress warnings
This commit is contained in:
parent
b205c96f85
commit
46606a5afc
@ -7,6 +7,7 @@ public class Converter {
|
|||||||
Ü, ü \u00dc, \u00fc
|
Ü, ü \u00dc, \u00fc
|
||||||
ß \u00df
|
ß \u00df
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("all")
|
||||||
public static String CONVERT_STR(String str){
|
public static String CONVERT_STR(String str){
|
||||||
return str
|
return str
|
||||||
.replace("ä", "\u00e4")
|
.replace("ä", "\u00e4")
|
||||||
|
Loading…
Reference in New Issue
Block a user