Skip to content

Commit a5b95dc

Browse files
committed
ExampleTypes: remove unused interface
1 parent 4a36eac commit a5b95dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scijava-types/src/test/java/org/scijava/types/ExampleTypes.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,4 @@ public RedThing thing() {
7171
}
7272

7373
public static class Bag<T extends Thing<T>> extends ArrayList<T> {}
74-
75-
public interface Data<K, V> {
76-
77-
Map<K, V> map();
78-
79-
Set<K> keySet();
80-
81-
List<V> values();
82-
}
8374
}

0 commit comments

Comments
 (0)