Mercurial > hg > ccmieditor
diff java/src/uk/ac/qmul/eecs/ccmi/diagrammodel/PropertyMutableTreeNode.java @ 3:9e67171477bc
PHANTOM Omni Heptic device release
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Apr 2012 17:09:09 +0100 |
parents | 9418ab7b7f3f |
children |
line wrap: on
line diff
--- a/java/src/uk/ac/qmul/eecs/ccmi/diagrammodel/PropertyMutableTreeNode.java Mon Feb 06 12:54:06 2012 +0000 +++ b/java/src/uk/ac/qmul/eecs/ccmi/diagrammodel/PropertyMutableTreeNode.java Wed Apr 25 17:09:09 2012 +0100 @@ -24,13 +24,12 @@ * @see NodeProperties */ @SuppressWarnings("serial") -public class PropertyMutableTreeNode extends DiagramModelTreeNode { - public PropertyMutableTreeNode(){ +public class PropertyMutableTreeNode extends DiagramTreeNode { + PropertyMutableTreeNode(){ super(); } - - public PropertyMutableTreeNode(Object userObject) { + PropertyMutableTreeNode(Object userObject) { super(userObject); modifiersString = ""; } @@ -52,7 +51,8 @@ /** * Returns a String representing this object for this tree node in a way more suitable - * for a text to speech synthesizer to read, than toString(). + * for a text to speech synthesizer to read, than toString(). + * * @return a String suitable for text to speech synthesis */ @Override