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/11/12 02:27:38 UTC

svn commit: r1034236 - /activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/StoreFactory.scala

Author: chirino
Date: Fri Nov 12 01:27:38 2010
New Revision: 1034236

URL: http://svn.apache.org/viewvc?rev=1034236&view=rev
Log:
Removing dead code.

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

Modified: activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/StoreFactory.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/StoreFactory.scala?rev=1034236&r1=1034235&r2=1034236&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/StoreFactory.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-store/src/main/scala/org/apache/activemq/apollo/store/StoreFactory.scala Fri Nov 12 01:27:38 2010
@@ -26,14 +26,6 @@ import ReporterLevel._
  *
  * @author <a href="http://hiramchirino.com">Hiram Chirino</a>
  */
-class StoreFactory
-
-/**
- * <p>
- * </p>
- *
- * @author <a href="http://hiramchirino.com">Hiram Chirino</a>
- */
 object StoreFactory {
 
   trait Provider {