mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
Re-add chronology diagram
This was accidentally removed in a merge
This commit is contained in:
parent
234cb3adea
commit
e14c8ef0a5
@ -127,6 +127,9 @@ public enum DiagramType {
|
|||||||
if (StartUtils.startsWithSymbolAnd("startfiles", s))
|
if (StartUtils.startsWithSymbolAnd("startfiles", s))
|
||||||
return FILES;
|
return FILES;
|
||||||
|
|
||||||
|
if (StartUtils.startsWithSymbolAnd("startchronology", s))
|
||||||
|
return CHRONOLOGY;
|
||||||
|
|
||||||
if (StartUtils.startsWithSymbolAnd("startchen", s))
|
if (StartUtils.startsWithSymbolAnd("startchen", s))
|
||||||
return CHEN_EER;
|
return CHEN_EER;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user