From a51c356068ed4dd88947a5d992d59e930237bae2 Mon Sep 17 00:00:00 2001 From: Karl Pauls Date: Fri, 13 Apr 2018 20:36:50 +0000 Subject: [PATCH] Fix a comment git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1829101 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/felix/framework/cache/BundleArchiveRevision.java | 1 - 1 file changed, 1 deletion(-) diff --git a/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java b/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java index b6d55750d87..ba67ea6aaf7 100644 --- a/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java +++ b/osgi-r7/framework/src/main/java/org/apache/felix/framework/cache/BundleArchiveRevision.java @@ -61,7 +61,6 @@ public abstract class BundleArchiveRevision * @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)