Skip to content

Commit 0b31145

Browse files
committed
Query: fix class javadoc
Add missing author tag. Using a class like this, when properly named, is clearer even when Java 7's diamond syntax is being used. However, this class is not properly named. It should be renamed in SJC3 to something that better describes its purpose.
1 parent 279eff7 commit 0b31145

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/scijava/util/Query.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
import java.util.HashMap;
3737

3838
/**
39-
* Trivial extension for convenience since we don't have diamond notation.
39+
* A map of annotations to annotated elements.
40+
*
41+
* @author Mark Hiner
4042
*/
4143
public class Query extends HashMap<Class<? extends Annotation>, Class<? extends AnnotatedElement>> {
4244

0 commit comments

Comments
 (0)