epugh opened a new pull request, #4143:
URL: https://github.com/apache/solr/pull/4143

   https://issues.apache.org/jira/browse/SOLR-18108
   
   
   
   # Description
   
   Remove deprecated method.   
   
   However, there are a large number of unused methods in this like:
   
   ```
     public AuditEvent setSolrPort(int solrPort) {
       this.solrPort = solrPort;
       return this;
     }
   ```
   
   @janhoy you have familiarity I think with this class, can we remove the 
methods that have no callers?  Or do they exist for a class outside of Solr to 
interact with?
   
   # Solution
   
   Reviewing the code.
   
   # Tests
   
   Existing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to