Skip to content

Commit cfd3e73

Browse files
authored
Merge pull request #305 from imagejan/remove-workaround
Remove workaround for previous javac bug
2 parents 7aa12be + af154d4 commit cfd3e73

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/org/scijava/plugin/Parameter.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@
9797
* the user nor included as an input or output parameter.</li>
9898
* </ul>
9999
*/
100-
// NB: We use the fully qualified name to work around a javac bug:
101-
// http://bugs.sun.com/view_bug.do?bug_id=6512707
102-
// See:
103-
// http://groups.google.com/group/project-lombok/browse_thread/thread/c5568eb659cab203
104-
ItemVisibility visibility() default org.scijava.ItemVisibility.NORMAL;
100+
ItemVisibility visibility() default ItemVisibility.NORMAL;
105101

106102
/**
107103
* Defines whether the parameter value should be filled programmatically, if

0 commit comments

Comments
 (0)