summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/index/IndexFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/index/IndexFactory.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/index/IndexFactory.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/index/IndexFactory.java b/src/de/lmu/ifi/dbs/elki/index/IndexFactory.java
index 80ac2ef5..6d82d2c5 100644
--- a/src/de/lmu/ifi/dbs/elki/index/IndexFactory.java
+++ b/src/de/lmu/ifi/dbs/elki/index/IndexFactory.java
@@ -4,7 +4,7 @@ package de.lmu.ifi.dbs.elki.index;
This file is part of ELKI:
Environment for Developing KDD-Applications Supported by Index-Structures
- Copyright (C) 2013
+ Copyright (C) 2014
Ludwig-Maximilians-Universität München
Lehr- und Forschungseinheit für Datenbanksysteme
ELKI Development Team
@@ -25,7 +25,6 @@ package de.lmu.ifi.dbs.elki.index;
import de.lmu.ifi.dbs.elki.data.type.TypeInformation;
import de.lmu.ifi.dbs.elki.database.relation.Relation;
-import de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable;
/**
* Factory interface for indexes.
@@ -39,7 +38,7 @@ import de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable;
* @param <V> Input object type
* @param <I> Index type
*/
-public interface IndexFactory<V, I extends Index> extends Parameterizable {
+public interface IndexFactory<V, I extends Index> {
/**
* Sets the database in the distance function of this index (if existing).
*