]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/TreeObject.java
Fix issues with authorizations
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / TreeObject.java
index 7df88570b7dcc59108e06df23df941c1a0c9eee6..70521fd22df089ed28c84fce0e7acee5d1cf8dcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+ * Copyright (C) 2007-2012 Mathieu Baudier
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.eclipse.ui;
 
-public class TreeObject implements Comparable<TreeObject> {
+/** @deprecated use {@link TreeParent} instead */
+@Deprecated
+class TreeObject implements Comparable<TreeObject> {
        private String name;
        private TreeParent parent;