mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove unnecessary semicolon in StringUtils
This commit is contained in:
parent
095b5c85a1
commit
6cf3ad32f9
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class StringUtils {
|
|||
forAttributeApos,
|
||||
forText,
|
||||
;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Escapes all necessary characters in the CharSequence so that it can be used
|
||||
|
|
Loading…
Reference in a new issue