- From: Jonathan Barouh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Jul 2008 08:44:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/tasklisttree In directory hutz:/tmp/cvs-serv24624/org/w3c/unicorn/tasklisttree Modified Files: TLTNode.java Log Message: Adds a boolean to handle expansion. Index: TLTNode.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/tasklisttree/TLTNode.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TLTNode.java 22 Jul 2008 12:21:24 -0000 1.2 +++ TLTNode.java 31 Jul 2008 08:44:25 -0000 1.3 @@ -20,6 +20,8 @@ private ArrayList<TLTIf> ifList; // list of conditions and child nodes private static final Log logger = LogFactory.getLog("org.w3c.unicorn.tasklisttree"); + public boolean bExpandingOrExpanded = false; + /** * Default constructor for a node. *
Received on Thursday, 31 July 2008 08:45:04 UTC