[jboss-cvs] JBoss Messaging SVN: r5610 - branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/paging/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 9 13:46:38 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-01-09 13:46:38 -0500 (Fri, 09 Jan 2009)
New Revision: 5610

Modified:
   branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/paging/impl/PagingStoreImpl.java
Log:
tweak

Modified: branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/paging/impl/PagingStoreImpl.java
===================================================================
--- branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/paging/impl/PagingStoreImpl.java	2009-01-09 06:40:50 UTC (rev 5609)
+++ branches/Branch_Failover_Page/src/main/org/jboss/messaging/core/paging/impl/PagingStoreImpl.java	2009-01-09 18:46:38 UTC (rev 5610)
@@ -456,7 +456,7 @@
 
    public boolean startDepaging(final Executor executor)
    {
-      if (!pagingManager.isBackup())
+      if (pagingManager.isBackup())
       {
          return false;
       }




More information about the jboss-cvs-commits mailing list