Remove unnecessary semicolon in StringUtils

This commit is contained in:
Florian Schmaus 2016-11-01 12:48:59 +01:00
parent 095b5c85a1
commit 6cf3ad32f9
1 changed files with 1 additions and 1 deletions

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