diff --git a/src/net/sourceforge/plantuml/sequencediagram/command/CommandParticipant.java b/src/net/sourceforge/plantuml/sequencediagram/command/CommandParticipant.java index dd5f06b06..24959e81c 100644 --- a/src/net/sourceforge/plantuml/sequencediagram/command/CommandParticipant.java +++ b/src/net/sourceforge/plantuml/sequencediagram/command/CommandParticipant.java @@ -92,9 +92,8 @@ public abstract class CommandParticipant extends SingleLineCommand2\\>)?"), // RegexLeaf.spaceZeroOrMore(), // + CommandParticipant.getOrderRegex(), // + RegexLeaf.spaceZeroOrMore(), // new RegexLeaf("URL", "(" + UrlBuilder.getRegexp() + ")?"), // RegexLeaf.spaceZeroOrMore(), // ColorParser.exp1(), // @@ -101,7 +103,8 @@ public class CommandParticipantMultilines extends CommandMultilines2