1
0
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:
Cristian Maglie 2015-11-13 14:52:36 +01:00
parent 968294eed9
commit ab61ab92fd

View File

@ -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 {