Skip to content

Commit 046dcb2

Browse files
author
jantje
committed
fix warning
1 parent 1fed945 commit 046dcb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

io.sloeber.tests/src/io/sloeber/providers/MCUBoard.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,11 @@ public String getSlangName() {
6969
return getID();
7070
}
7171

72-
@SuppressWarnings({ "static-method", "unused" })
72+
@SuppressWarnings({ "static-method" })
7373
public Map<String, String> getBoardOptions(Examples example) {
7474
Map<String, String> ret = new TreeMap<>(String.CASE_INSENSITIVE_ORDER);
7575
return ret;
7676
}
7777

7878

79-
80-
81-
8279
}

0 commit comments

Comments
 (0)