mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Removed superfluous @SuppressWarnings
This commit is contained in:
parent
968294eed9
commit
ab61ab92fd
@ -38,7 +38,6 @@ public class Languages {
|
|||||||
// Languages that are not translated at least to 65% are
|
// Languages that are not translated at least to 65% are
|
||||||
// kept in the "missingLanguages" array until they have enough
|
// kept in the "missingLanguages" array until they have enough
|
||||||
// translated strings.
|
// translated strings.
|
||||||
@SuppressWarnings("unused")
|
|
||||||
public static final Language[] missingLanguages;
|
public static final Language[] missingLanguages;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Loading…
Reference in New Issue
Block a user