Skip to content

Commit 4076baa

Browse files
committed
fixed java 1.5 compatibility issue
1 parent 527e07b commit 4076baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ public void actionPerformed(ActionEvent actionevent) {
12321232
for (final String customMenuOption : boardCustomMenu.getKeys()) {
12331233
@SuppressWarnings("serial")
12341234
Action subAction = new AbstractAction(_(boardCustomMenu.getValueOf(customMenuOption))) {
1235-
@Override
1235+
12361236
public void actionPerformed(ActionEvent e) {
12371237
Preferences.set("target_package", (String) getValue("package"));
12381238
Preferences.set("target_platform", (String) getValue("platform"));

0 commit comments

Comments
 (0)