Merge branch 'asm_14.3.1' of ssh://10.201.30.8:29418/AWIPS2_baseline into master_14.3.1
Former-commit-id:99f1259dda
[formerly82f427924a
] [formerly99f1259dda
[formerly82f427924a
] [formerlyd666aca2b4
[formerly 3b21d69375ceb9c07377082c5e46a094742406a0]]] Former-commit-id:d666aca2b4
Former-commit-id:1d42c33173
[formerly03a71aa13a
] Former-commit-id:c2cf04d82c
This commit is contained in:
commit
69898f4fae
1 changed files with 3 additions and 3 deletions
|
@ -88,9 +88,9 @@ import com.raytheon.uf.viz.spellchecker.jobs.SpellCheckJob;
|
|||
*
|
||||
*/
|
||||
public class SpellCheckDlg extends Dialog implements ISpellingProblemCollector {
|
||||
private static java.util.List<String> swearWords = Arrays.asList("asshole", "asshole's", "assholes",
|
||||
"bitch", "bitch's", "bitches", "leprosy", "gayest",
|
||||
"shit", "piss", "pissed","psser","pisses","pissing","tits");
|
||||
private static java.util.List<String> swearWords = Arrays.asList("ASSHOLE", "ASSHOLE'S", "ASSHOLES",
|
||||
"BITCH", "BITCH'S", "BITCHES", "LEPROSY", "GAYEST",
|
||||
"SHIT", "PISS", "PISSED","PISSER","PISSES","PISSING","TITS");
|
||||
|
||||
private static final transient IUFStatusHandler statusHandler = UFStatus.getHandler(SpellCheckDlg.class);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue