mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +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) {
|
||||
word = word.toLowerCase();
|
||||
if (words.contains(word)) {
|
||||
System.err.println("Warning:" + word);
|
||||
System.err.println("CypherWarning:" + word);
|
||||
words.remove(word);
|
||||
}
|
||||
except.add(word);
|
||||
|
@ -1898,7 +1898,6 @@ thankful
|
||||
that
|
||||
their
|
||||
them
|
||||
then
|
||||
there
|
||||
these
|
||||
they
|
||||
@ -2115,4 +2114,4 @@ youthful
|
||||
zeal
|
||||
zenith
|
||||
zest
|
||||
zippy
|
||||
zippy
|
||||
|
Loading…
Reference in New Issue
Block a user