Skip to content

Commit 746b641

Browse files
committed
IndexItem: add missing @OverRide
1 parent 581301f commit 746b641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/scijava/annotations/IndexItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ private static <A extends Annotation> A proxy(final Class<A> annotation,
8585
return (A) Proxy.newProxyInstance(loader, new Class<?>[] { annotation },
8686
new InvocationHandler() {
8787

88+
@Override
8889
public Object invoke(Object proxy, Method method, Object[] args)
8990
throws Throwable
9091
{

0 commit comments

Comments
 (0)