Skip to content

Commit bdca87f

Browse files
committed
Annotations: make Query helper class private
1 parent 5fb83b5 commit bdca87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scijava-common3/src/main/java/org/scijava/common3/Annotations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public List<T> makeList(final Class<?> c,
444444
}
445445

446446
/** A map of annotations to annotated elements. */
447-
public static class Query extends
447+
private static class Query extends
448448
HashMap<Class<? extends Annotation>, Class<? extends AnnotatedElement>>
449449
{
450450

0 commit comments

Comments
 (0)