swapped the positions of '.' and ','
This commit is contained in:
parent
5726a3b451
commit
6d1420dd09
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import java.util.Arrays;
|
||||||
|
|
||||||
public class Punctuation {
|
public class Punctuation {
|
||||||
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
|
final public static ArrayList<String> Main = new ArrayList<>(Arrays.asList(
|
||||||
".", ",", "-", "(", ")", "[", "]", "&", "~", "`", "\"", ":", ";", "'", "!", "?"
|
",", ".", "-", "(", ")", "[", "]", "&", "~", "`", "\"", ":", ";", "'", "!", "?"
|
||||||
));
|
));
|
||||||
|
|
||||||
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(
|
final public static ArrayList<String> Secondary = new ArrayList<>(Arrays.asList(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue