Skip to content

Commit 8691374

Browse files
committed
Silence unused warning in I18N class
1 parent 3870167 commit 8691374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/src/cc/arduino/view/preferences/Preferences.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@
4848
public class Preferences extends javax.swing.JDialog {
4949

5050
private final Language[] languages;
51+
52+
// Languages that are not translated at least to 65% are
53+
// kept in the "missingLanguages" array until they have enough
54+
// translated strings.
55+
@SuppressWarnings("unused")
5156
private final Language[] missingLanguages;
57+
5258
private final WarningItem[] warningItems;
5359
private final Base base;
5460

0 commit comments

Comments
 (0)