You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/15 21:13:44 UTC

svn commit: r289291 - /incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java

Author: agilliland
Date: Thu Sep 15 12:13:40 2005
New Revision: 289291

URL: http://svn.apache.org/viewcvs?rev=289291&view=rev
Log:
CommentSpamChecker was killing our persistence session :(


Modified:
    incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java

Modified: incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java?rev=289291&r1=289290&r2=289291&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java (original)
+++ incubator/roller/branches/roller_2.0/src/org/roller/util/CommentSpamChecker.java Thu Sep 15 12:13:40 2005
@@ -45,7 +45,7 @@
         }
         finally
         {
-            RollerFactory.getRoller().release();
+            //RollerFactory.getRoller().release();
         }
     }