You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/06/09 17:42:20 UTC

[solr] branch branch_9x updated: SOLR-13858: Remove obsolete comment (#803)

This is an automated email from the ASF dual-hosted git repository.

mdrob pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 644a8750b1f SOLR-13858: Remove obsolete comment (#803)
644a8750b1f is described below

commit 644a8750b1f8010ac4bb01971122ca6b4cbaaaa3
Author: Mike Drob <md...@apache.org>
AuthorDate: Thu Jun 9 11:50:48 2022 -0500

    SOLR-13858: Remove obsolete comment (#803)
    
    (cherry picked from commit 66f5fb4c8f092974e8923ed308f20da98e6f47b0)
---
 solr/core/src/java/org/apache/solr/core/CoreContainer.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/core/CoreContainer.java b/solr/core/src/java/org/apache/solr/core/CoreContainer.java
index b04f824597d..1cab063d9fc 100644
--- a/solr/core/src/java/org/apache/solr/core/CoreContainer.java
+++ b/solr/core/src/java/org/apache/solr/core/CoreContainer.java
@@ -746,7 +746,6 @@ public class CoreContainer {
               this,
               zkSys.getZkController().getNodeName(),
               (PublicKeyHandler) containerHandlers.get(PublicKeyHandler.PATH));
-      // use deprecated API for back-compat, remove in 9.0
       pkiAuthenticationSecurityBuilder.initializeMetrics(solrMetricsContext, "/authentication/pki");
 
       packageStoreAPI = new PackageStoreAPI(this);