You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2013/04/29 15:36:16 UTC

[jira] [Created] (SOLR-4775) Remove unused SolrCore constructor and tidy up constructor javadoc

Alan Woodward created SOLR-4775:
-----------------------------------

             Summary: Remove unused SolrCore constructor and tidy up constructor javadoc
                 Key: SOLR-4775
                 URL: https://issues.apache.org/jira/browse/SOLR-4775
             Project: Solr
          Issue Type: Improvement
            Reporter: Alan Woodward
            Assignee: Alan Woodward
            Priority: Trivial


I've been spelunking in the SolrCore and CoreContainer code for Solr-4735, and came across this.  There's one unused constructor (with a misleading comment on it), and the javadoc for the other two constructors is incomplete, so here's a housekeeping patch tidying it up.

I think the javadoc comments on the remaining constructors is also inaccurate, though? The SolrCore doesn't register itself or deal with name clashes any more, that's all done in the CoreContainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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