mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-17 18:55:11 +00:00
Merge pull request #584 from The-Lum/CypherImprovement
Cypher improvement
This commit is contained in:
commit
13d8a1a8db
@ -131,7 +131,7 @@ public class Cypher {
|
|||||||
public void addException(String word) {
|
public void addException(String word) {
|
||||||
word = word.toLowerCase();
|
word = word.toLowerCase();
|
||||||
if (words.contains(word)) {
|
if (words.contains(word)) {
|
||||||
System.err.println("Warning:" + word);
|
System.err.println("CypherWarning:" + word);
|
||||||
words.remove(word);
|
words.remove(word);
|
||||||
}
|
}
|
||||||
except.add(word);
|
except.add(word);
|
||||||
|
@ -1898,7 +1898,6 @@ thankful
|
|||||||
that
|
that
|
||||||
their
|
their
|
||||||
them
|
them
|
||||||
then
|
|
||||||
there
|
there
|
||||||
these
|
these
|
||||||
they
|
they
|
||||||
|
Loading…
Reference in New Issue
Block a user