Changeset 126:9f806fb1bae1
- Timestamp:
- 07/31/08 08:44:25 (5 years ago)
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@127
- Files:
-
- 1 modified
-
org/w3c/unicorn/tasklisttree/TLTNode.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
org/w3c/unicorn/tasklisttree/TLTNode.java
r114 r126 20 20 private ArrayList<TLTIf> ifList; // list of conditions and child nodes 21 21 private static final Log logger = LogFactory.getLog("org.w3c.unicorn.tasklisttree"); 22 23 public boolean bExpandingOrExpanded = false; 22 24 23 25 /**
