You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2018/04/13 20:36:51 UTC

svn commit: r1829101 - /felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java

Author: pauls
Date: Fri Apr 13 20:36:50 2018
New Revision: 1829101

URL: http://svn.apache.org/viewvc?rev=1829101&view=rev
Log:
Fix a comment

Modified:
    felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java

Modified: felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java
URL: http://svn.apache.org/viewvc/felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java?rev=1829101&r1=1829100&r2=1829101&view=diff
==============================================================================
--- felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java (original)
+++ felix/trunk/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java Fri Apr 13 20:36:50 2018
@@ -61,7 +61,6 @@ public abstract class BundleArchiveRevis
      * @param revisionRootDir the root directory to be used by the revision
      *        subclass for storing any state.
      * @param location the location string associated with the revision.
-     * @param trustedCaCerts the trusted CA certificates if any.
      * @throws Exception if any errors occur.
     **/
     public BundleArchiveRevision(Logger logger, Map configMap, File revisionRootDir, String location)