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 2010/01/13 21:41:39 UTC

svn commit: r898933 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/cache/BundleCache.java

Author: rickhall
Date: Wed Jan 13 20:41:39 2010
New Revision: 898933

URL: http://svn.apache.org/viewvc?rev=898933&view=rev
Log:
Fix javadoc. (FELIX-1982)

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

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/cache/BundleCache.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/cache/BundleCache.java?rev=898933&r1=898932&r2=898933&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/cache/BundleCache.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/cache/BundleCache.java Wed Jan 13 20:41:39 2010
@@ -60,7 +60,7 @@
  * For specific information on how to configure the Felix framework, refer
  * to the Felix framework usage documentation.
  * </p>
- * @see org.apache.felix.framework.util.BundleArchive
+ * @see org.apache.felix.framework.cache.BundleArchive
 **/
 public class BundleCache
 {