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:
Mark Robert Miller 2009-05-22 12:24:07 +00:00
parent 3b52dd2aef
commit 4c24a4f309
1 changed files with 1 additions and 1 deletions

View File

@ -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;