Ryan Zwiefelhofer created SOLR-12162:
----------------------------------------

             Summary: CorePropertiesLocator Exception message contains a typo 
when unable to create Solr Core
                 Key: SOLR-12162
                 URL: https://issues.apache.org/jira/browse/SOLR-12162
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Ryan Zwiefelhofer
             Fix For: master (8.0)


CorePropertiesLocator has a typo in the SolrException thrown when unable to 
create a new core. 
([https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/CorePropertiesLocator.java#L69)]

There should be a space before the `as` so that the exception message reads 
correctly.

Before:

{{Could not create a new core in /coredescriptor/instancedirectoryas another 
core is already defined there}}

 

After:

Could not create a new core in /coredescriptor/instancedirectory as another 
core is already defined there



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to