Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/TreeNode.java

Diff revisions: vs.
  @@ -1,8 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.GWT.client.widgets;
3 3
4 - public interface TreeNode
5 - {
4 + public interface TreeNode {
6 5 public TreeNode addChild( Object pUserObject );
7 6
8 7 public boolean removeChild( Object pUserObject );