Cleaned code.
This commit is contained in:
parent
e389f37603
commit
0a7d17ebc0
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
*/
|
*/
|
||||||
public class StringList extends ArrayList<String> implements CharSequence
|
public class StringList extends ArrayList<String> implements CharSequence
|
||||||
{
|
{
|
||||||
|
|
||||||
private static final long serialVersionUID = -1154185934830213732L;
|
private static final long serialVersionUID = -1154185934830213732L;
|
||||||
|
|
||||||
public static final String LINE_SEPARATOR = "\n";
|
public static final String LINE_SEPARATOR = "\n";
|
||||||
|
|
Loading…
Reference in a new issue