[ https://issues.apache.org/jira/browse/SOLR-6116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012156#comment-14012156 ]
ASF subversion and git services commented on SOLR-6116: ------------------------------------------------------- Commit 1598213 from sha...@apache.org in branch 'dev/branches/branch_4x' [ https://svn.apache.org/r1598213 ] SOLR-6116: Refactor DocRouter.getDocRouter to accept routerName as a String > DocRouter.getDocRouter accepts routerName as an Object > ------------------------------------------------------ > > Key: SOLR-6116 > URL: https://issues.apache.org/jira/browse/SOLR-6116 > Project: Solr > Issue Type: Task > Components: SolrCloud > Reporter: Shalin Shekhar Mangar > Priority: Trivial > Fix For: 4.9, 5.0 > > > Refactor DocRouter.java from: > {code} > public static DocRouter getDocRouter(Object routerName) {...} > {code} > to: > {code} > public static DocRouter getDocRouter(String routerName) { > {code} > There's really no reason not to accept a routerName as a string. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org