mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +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) {
|
||||
word = word.toLowerCase();
|
||||
if (words.contains(word)) {
|
||||
System.err.println("Warning:" + word);
|
||||
System.err.println("CypherWarning:" + word);
|
||||
words.remove(word);
|
||||
}
|
||||
except.add(word);
|
||||
|
Loading…
Reference in New Issue
Block a user