You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/06/20 11:31:59 UTC

svn commit: r415583 - /incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java

Author: rickhall
Date: Tue Jun 20 02:31:59 2006
New Revision: 415583

URL: http://svn.apache.org/viewvc?rev=415583&view=rev
Log:
Removed out-dated comment.

Modified:
    incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java

Modified: incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java?rev=415583&r1=415582&r2=415583&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java (original)
+++ incubator/felix/trunk/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java Tue Jun 20 02:31:59 2006
@@ -131,12 +131,6 @@
      * The following configuration properties can be specified:
      * </p>
      * <ul>
-     *   <li><tt>felix.cache.class</tt> - The class name to be used when
-     *       creating an instance for the bundle cache; this class must
-     *       implement the <tt>BundleCache</tt> interface and have a default
-     *       constructor. By default, the framework will create an instance of
-     *       <tt>DefaultBundleCache</tt> for the bundle cache.
-     *   </li>
      *   <li><tt>felix.auto.install.&lt;n&gt;</tt> - Space-delimited list of
      *       bundles to automatically install into start level <tt>n</tt> when
      *       the framework is started. Append a specific start level to this