Skip to content

Commit 57e57aa

Browse files
committed
unnecessary inheritance
1 parent 89a4e30 commit 57e57aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elki-core-dbids/src/main/java/elki/database/ids/DBIDRange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Erich Schubert
2727
* @since 0.4.0
2828
*/
29-
public interface DBIDRange extends ArrayStaticDBIDs, DBIDEnum {
29+
public interface DBIDRange extends DBIDEnum {
3030
// No additional methods, except the guarantee that the DBIDs are indeed
3131
// contiguous and hence the mapping does not need a lookup.
3232
}

0 commit comments

Comments
 (0)