You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/02/15 16:01:55 UTC

svn commit: r628077 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java

Author: tellison
Date: Fri Feb 15 07:01:55 2008
New Revision: 628077

URL: http://svn.apache.org/viewvc?rev=628077&view=rev
Log:
Fix JavaDoc

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java?rev=628077&r1=628076&r2=628077&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java Fri Feb 15 07:01:55 2008
@@ -519,7 +519,7 @@
      * @return <code>true</code> if the object is the same as this URL,
      *         <code>false</code> otherwise.
      * 
-     * @see #hashCode
+     * @see #hashCode()
      */
     @Override
     public boolean equals(Object o) {