]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed two invalid javadoc comments.
authorMarc Englund <marc.englund@itmill.com>
Wed, 1 Oct 2008 08:08:12 +0000 (08:08 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 1 Oct 2008 08:08:12 +0000 (08:08 +0000)
svn changeset:5572/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/WebApplicationContext.java

index 3818c39e81b39b217c64b56234fc0ec8542b919b..2bb408ffd6a9da43c4e28b12d1983d13b33d02b7 100644 (file)
@@ -102,24 +102,10 @@ public class WebApplicationContext implements ApplicationContext,
         return cx;
     }
 
-    /**
-     * Returns <code>true</code> if and only if the argument is not
-     * <code>null</code> and is a Boolean object that represents the same
-     * boolean value as this object.
-     * 
-     * @param obj
-     *            the object to compare with.
-     * @see java.lang.Object#equals(java.lang.Object)
-     */
     public boolean equals(Object obj) {
         return session.equals(obj);
     }
 
-    /**
-     * Returns the hash code value .
-     * 
-     * @see java.lang.Object#hashCode()
-     */
     public int hashCode() {
         return session.hashCode();
     }