mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-03 07:12:29 +00:00
Rename Warning to CypherWarning
Rename `Warning` to `CypherWarning`, for more readability on the stdout/stderror
This commit is contained in:
parent
d55c9c6ca7
commit
f8e02ef0aa
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user