mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
wip
This commit is contained in:
parent
acbdddbda5
commit
fc0b494b62
@ -86,7 +86,7 @@ public class StyleSignatureBasic implements StyleSignature {
|
|||||||
if (s == null)
|
if (s == null)
|
||||||
return this;
|
return this;
|
||||||
|
|
||||||
if (s.contains("*") || s.contains("&"))
|
if (s.contains("&"))
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
|
|
||||||
final Set<String> result = new LinkedHashSet<>(names);
|
final Set<String> result = new LinkedHashSet<>(names);
|
||||||
|
Loading…
Reference in New Issue
Block a user