Removed out-dated comment.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@415583 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java
index 15bfd0e..893d6ea 100644
--- a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java
+++ b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/Felix.java
@@ -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