Skip to content
Snippets Groups Projects
Commit f442847c authored by adam-m's avatar adam-m
Browse files

make nodeproperty public

parent 57856719
Branches
Tags
No related merge requests found
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
/** /**
* This class is used to represent the properties for each node. * This class is used to represent the properties for each node.
* *
* @author jantonius
*/ */
class NodeProperty extends PropertySupport.ReadOnly { public class NodeProperty extends PropertySupport.ReadOnly {
private Object value; private Object value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment