1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-06 18:30:52 +00:00
This commit is contained in:
Arnaud Roques 2022-03-13 15:21:12 +01:00
parent acbdddbda5
commit fc0b494b62

View File

@ -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);