Skip to content

Commit b4256a5

Browse files
committed
Make Options generic parameter non-recursive
1 parent 3f8fa41 commit b4256a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.scijava.optional;
22

3-
public interface Options< T extends Options< T > >
3+
public interface Options< T >
44
{
55
T add( String key, Object value );
66
}

0 commit comments

Comments
 (0)