]> source.dussan.org Git - vaadin-framework.git/commitdiff
replaced bad javadoc comments with non-javadocs
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 28 Dec 2007 07:21:36 +0000 (07:21 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 28 Dec 2007 07:21:36 +0000 (07:21 +0000)
svn changeset:3318/svn branch:trunk

src/com/itmill/toolkit/data/util/IndexedContainer.java

index cf8d81ccaf3aa5a65a0f3ce8ee41599dfc496d4d..f75755a0fadd601bd8a8fdc834af06af320e465c 100644 (file)
@@ -1400,7 +1400,9 @@ public class IndexedContainer implements Container, Container.Indexed,
 
     }
 
-    /**
+    /*
+     * (non-Javadoc)
+     * 
      * @see com.itmill.toolkit.data.Container.Sortable#getSortableContainerPropertyIds()
      */
     public Collection getSortableContainerPropertyIds() {
@@ -1522,7 +1524,9 @@ public class IndexedContainer implements Container, Container.Indexed,
         return nc;
     }
 
-    /**
+    /*
+     * (non-Javadoc)
+     * 
      * @see java.lang.Object#equals(java.lang.Object)
      */
     public boolean equals(Object obj) {
@@ -1592,7 +1596,9 @@ public class IndexedContainer implements Container, Container.Indexed,
         return true;
     }
 
-    /**
+    /*
+     * (non-Javadoc)
+     * 
      * @see java.lang.Object#hashCode()
      */
     public int hashCode() {