You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/12 09:40:41 UTC

[solr] 03/03: Ref-Guide: Fix dangling double-euqals-signs (#843)

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

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

commit 42e8a6a530a33165d7bf387cdb27b035a7bf44c4
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 11:34:34 2022 +0200

    Ref-Guide: Fix dangling double-euqals-signs (#843)
    
    (cherry picked from commit 5f893034115920479e2be1e5efe2786349bcb232)
---
 .../solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
index 3dab912b6ea..779c0812c3b 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
@@ -32,7 +32,6 @@ Any `core.properties` file in any directory of your Solr installation (or in a d
 The `core.properties` file is a simple Java Properties file where each line is just a key=value pair, e.g., `name=core1`.
 Notice that no quotes are required.
 
-==
 A minimal `core.properties` file looks like the example below.
 However, it can also be empty, see information on placement of `core.properties` below.