Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/main/java/org/scijava/plugin/Parameter.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@
* the user nor included as an input or output parameter.</li>
* </ul>
*/
// NB: We use the fully qualified name to work around a javac bug:
// http://bugs.sun.com/view_bug.do?bug_id=6512707
// See:
// http://groups.google.com/group/project-lombok/browse_thread/thread/c5568eb659cab203
ItemVisibility visibility() default org.scijava.ItemVisibility.NORMAL;
ItemVisibility visibility() default ItemVisibility.NORMAL;

/**
* Defines whether the parameter value should be filled programmatically, if
Expand Down