diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-14 20:42:27 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-14 20:42:27 +0000 |
| commit | 1f936fd2d2ca7e132ce280c2c01858fed9e725c4 (patch) | |
| tree | ab7d3020aabff2493bce1763636004edc8e14da9 /sources/simulator/VSCreateTask.java | |
| parent | 21282d8a04aa609ce2cf7dbd959ce4256d78d354 (diff) | |
JPopupMenu done
Diffstat (limited to 'sources/simulator/VSCreateTask.java')
| -rw-r--r-- | sources/simulator/VSCreateTask.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/simulator/VSCreateTask.java b/sources/simulator/VSCreateTask.java index 660eae7..1363c6c 100644 --- a/sources/simulator/VSCreateTask.java +++ b/sources/simulator/VSCreateTask.java @@ -71,7 +71,7 @@ public class VSCreateTask { * @param eventClassname the event classname */ public VSCreateTask(String menuText, String eventClassname) { - this.menuText = menuText; + this.menuText = menuText; this.eventClassname = eventClassname; } @@ -81,7 +81,7 @@ public class VSCreateTask { * @param menuText the menu text */ public VSCreateTask(String menuText) { - this.menuText = menuText; + this.menuText = menuText; this.eventClassname = null; } @@ -159,7 +159,7 @@ public class VSCreateTask { /** * Gets the create tasks menu text. * - * @return The text + * @return The text */ public String getMenuText() { return menuText; |
