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:34:40 UTC

[solr] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f893034115 Ref-Guide: Fix dangling double-euqals-signs (#843)
5f893034115 is described below

commit 5f893034115920479e2be1e5efe2786349bcb232
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)
---
 .../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.