[hornetq-commits] JBoss hornetq SVN: r11930 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/nullpm.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 22 08:41:59 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-12-22 08:41:59 -0500 (Thu, 22 Dec 2011)
New Revision: 11930

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/nullpm/NullStorageLargeServerMessage.java
Log:
I see dead code

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/nullpm/NullStorageLargeServerMessage.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/nullpm/NullStorageLargeServerMessage.java	2011-12-22 13:37:04 UTC (rev 11929)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/nullpm/NullStorageLargeServerMessage.java	2011-12-22 13:41:59 UTC (rev 11930)
@@ -89,21 +89,6 @@
    }
 
    /* (non-Javadoc)
-    * @see org.hornetq.core.server.LargeServerMessage#getLinkedMessage()
-    */
-   public LargeServerMessage getLinkedMessage()
-   {
-      return null;
-   }
-
-   /* (non-Javadoc)
-    * @see org.hornetq.core.server.LargeServerMessage#setLinkedMessage(org.hornetq.core.server.LargeServerMessage)
-    */
-   public void setLinkedMessage(final LargeServerMessage message)
-   {
-   }
-
-   /* (non-Javadoc)
     * @see org.hornetq.core.server.LargeServerMessage#isComplete()
     */
    public boolean isComplete()



More information about the hornetq-commits mailing list