mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22: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,
|
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
|
||||||
|
|
Loading…
Reference in a new issue