You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/12/22 17:42:55 UTC

svn commit: r489684 - /portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java

Author: dlouzan
Date: Fri Dec 22 08:42:55 2006
New Revision: 489684

URL: http://svn.apache.org/viewvc?view=rev&rev=489684
Log:
Eliminated legacy variable not used

Modified:
    portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java

Modified: portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java?view=diff&rev=489684&r1=489683&r2=489684
==============================================================================
--- portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java (original)
+++ portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/persistence/driver/PersistentAccess.java Fri Dec 22 08:42:55 2006
@@ -54,9 +54,6 @@
     private static String PROXY_PERSISTENT_FACTORY = 
             "wsrp4j.proxyportlet.persistent.factory";
 
-    /* the content of the properties file */
-    private static Properties pFactories;
-
     /* holds the instance of the server factory after initializing */
     private static ProducerPersistentFactory producerPersistentFactory;