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/08 21:59:16 UTC

[solr] 01/01: Ref-Guide: Fix dangling double-euqals-signs

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

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

commit 4f4572b6b38a0150eb100f19f6e607257accf4ee
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Sun May 8 23:59:11 2022 +0200

    Ref-Guide: Fix dangling double-euqals-signs
---
 .../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.