Author: ajaquith
Date: Tue Mar 17 02:13:31 2009
New Revision: 755077

URL: http://svn.apache.org/viewvc?rev=755077&view=rev
Log:
JCRWikiPage.equals() is no longer commented out. The lack of a functioning 
equals() method was hosing LOTS of unit tests.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/JCRWikiPage.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/JCRWikiPage.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/JCRWikiPage.java?rev=755077&r1=755076&r2=755077&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/JCRWikiPage.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/JCRWikiPage.java Tue Mar 
17 02:13:31 2009
@@ -409,9 +409,6 @@
      *  
      *  {...@inheritdoc}
      */
-    // TODO: I have a suspicion that defining this method causes some problems
-    //       with page attributes and caching.  So as of 2.7.32, it's disabled.
-    /*
     public boolean equals( Object o )
     {
         if( o != null && o instanceof WikiPage )
@@ -429,7 +426,7 @@
         
         return false;
     }
-    */
+
     /* (non-Javadoc)
      * @see org.apache.wiki.WikiPage#hashCode()
      */


Reply via email to