You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/12/21 16:33:41 UTC

svn commit: r1051528 - /activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala

Author: chirino
Date: Tue Dec 21 15:33:41 2010
New Revision: 1051528

URL: http://svn.apache.org/viewvc?rev=1051528&view=rev
Log:
remove invalid javadoc

Modified:
    activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala

Modified: activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala?rev=1051528&r1=1051527&r2=1051528&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/Store.scala Tue Dec 21 15:33:41 2010
@@ -111,9 +111,3 @@ trait Store extends ServiceTrait {
   def loadMessage(messageKey:Long)(callback:(Option[MessageRecord])=>Unit )
 
 }
-
-/**
- * Optional interface that stores can implement to give protocols direct access to the file system
- * for them to be able to do
- */
-