1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 15:26:46 +02:00

Remove unnecessary semicolon in StringUtils

This commit is contained in:
Florian Schmaus 2016-11-01 12:48:59 +01:00
parent 095b5c85a1
commit 6cf3ad32f9

View file

@ -107,7 +107,7 @@ public class StringUtils {
forAttributeApos, forAttributeApos,
forText, forText,
; ;
}; }
/** /**
* Escapes all necessary characters in the CharSequence so that it can be used * Escapes all necessary characters in the CharSequence so that it can be used