mirror of https://github.com/apache/lucene.git
shouldnt implement clonable without a clone method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b52dd2aef
commit
4c24a4f309
|
@ -25,7 +25,7 @@ import java.io.File;
|
|||
*
|
||||
* @since solr 1.3
|
||||
*/
|
||||
public class CoreDescriptor implements Cloneable {
|
||||
public class CoreDescriptor {
|
||||
protected String name;
|
||||
protected String instanceDir;
|
||||
protected String dataDir;
|
||||
|
|
Loading…
Reference in New Issue