Skip to content

Commit

Permalink
Doesn't make sense to have default
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Dec 21, 2015
1 parent ee22fa5 commit 2efc80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/src/main/java/org/jenkinsci/Symbol.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
@Target({TYPE})
@Documented
public @interface Symbol {
String[] value() default {};
String[] value();
}

0 comments on commit 2efc80d

Please sign in to comment.