use camelCase for static methods

This commit is contained in:
2022-01-23 17:41:40 +01:00
parent c040e54fb8
commit e021809fd7
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ public class Converter {
ß \u00df
*/
@SuppressWarnings("all")
public static String CONVERT_STR(String str){
public static String convertString(String str){
return str
.replace("ä", "\u00e4")
.replace("Ä", "\u00c4")