Suppress warnings

This commit is contained in:
Marc Beyer 2022-01-13 08:26:51 +01:00
parent b205c96f85
commit 46606a5afc

View File

@ -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")