remove broken javadocs. please do not add broken javadoc tags

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-12-20 17:30:15 +00:00
parent 3d70e67002
commit 1f431a14f6
1 changed files with 0 additions and 4 deletions

View File

@ -235,10 +235,6 @@ public abstract class RequestHandlerBase implements SolrRequestHandler, SolrInfo
return handler;
}
/**
*
* @param pluginInfo
*/
public void setPluginInfo(PluginInfo pluginInfo){
if(pluginInfo==null) this.pluginInfo = pluginInfo;
}