mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
Merge pull request #887 from jansende/patch-1
Added <<start>> Stereotype
This commit is contained in:
commit
cee57b06ba
@ -171,6 +171,9 @@ public class CommandCreateState extends SingleLineCommand2<StateDiagram> {
|
||||
if ("<<join>>".equalsIgnoreCase(stereotype)) {
|
||||
return LeafType.STATE_FORK_JOIN;
|
||||
}
|
||||
if ("<<start>>".equalsIgnoreCase(stereotype)) {
|
||||
return LeafType.CIRCLE_START;
|
||||
}
|
||||
if ("<<end>>".equalsIgnoreCase(stereotype)) {
|
||||
return LeafType.CIRCLE_END;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user