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 2008/11/04 02:09:12 UTC

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

Author: rickhall
Date: Mon Nov  3 17:09:12 2008
New Revision: 711152

URL: http://svn.apache.org/viewvc?rev=711152&view=rev
Log:
Minor changes to comments. (FELIX-753)

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

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java?rev=711152&r1=711151&r2=711152&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/Felix.java Mon Nov  3 17:09:12 2008
@@ -142,9 +142,9 @@
      *   <li><tt>org.osgi.framework.storage</tt> - Sets the directory to use as
      *       the bundle cache; by default bundle cache directory is
      *       <tt>felix-cache</tt> in the current working directory. The value
-     *       should be a valid file name. The file name can be either absolute
-     *       or relative. Relative file names are relative to the current working
-     *       directory. If the specified directory will be created if it does
+     *       should be a valid directory name. The directory name can be either absolute
+     *       or relative. Relative directory names are relative to the current working
+     *       directory. The specified directory will be created if it does
      *       not exist.
      *   </li>
      *   <li><tt>org.osgi.framework.storage.clean</tt> - Determines whether the
@@ -155,7 +155,7 @@
      *       value is "<tt>none</tt>".
      *   </li>
      *   <li><tt>felix.cache.rootdir</tt> - Sets the root directory to use to
-     *       calculate the bundle cache directory for relative file names. If
+     *       calculate the bundle cache directory for relative directory names. If
      *       <tt>org.osgi.framework.storage</tt> is set to a relative name, by
      *       default it is relative to the current working directory. If this
      *       property is set, then it will be calculated as being relative to