summaryrefslogtreecommitdiff
path: root/src/net/sourceforge/plantuml/sequencediagram/NotePosition.java
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-03-10 16:38:20 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-03-10 16:38:20 +0100
commit7cc8c823de644a510fcc434f39b53e5fffe66bfd (patch)
tree8f4d027284bb366734f610040c621a0c5dd0a12a /src/net/sourceforge/plantuml/sequencediagram/NotePosition.java
parent567b200b91537405689ae0ca944f121201360a6b (diff)
New upstream version 1.2020.2
Diffstat (limited to 'src/net/sourceforge/plantuml/sequencediagram/NotePosition.java')
-rw-r--r--src/net/sourceforge/plantuml/sequencediagram/NotePosition.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/sourceforge/plantuml/sequencediagram/NotePosition.java b/src/net/sourceforge/plantuml/sequencediagram/NotePosition.java
index 867c058..9b9dcfc 100644
--- a/src/net/sourceforge/plantuml/sequencediagram/NotePosition.java
+++ b/src/net/sourceforge/plantuml/sequencediagram/NotePosition.java
@@ -2,7 +2,7 @@
* PlantUML : a free UML diagram generator
* ========================================================================
*
- * (C) Copyright 2009-2017, Arnaud Roques
+ * (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: http://plantuml.com
*
@@ -38,7 +38,7 @@ package net.sourceforge.plantuml.sequencediagram;
import net.sourceforge.plantuml.StringUtils;
public enum NotePosition {
- LEFT, RIGHT, OVER, OVER_SEVERAL;
+ LEFT, RIGHT, OVER, OVER_SEVERAL, BOTTOM, TOP;
public static NotePosition defaultLeft(String s) {
if (s == null) {