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