add final
[fanfix.git] / src / jexer / demos / DemoApplication.java
index 5eb89aee5a26942d7addb43e82e38008a281baba..0e4f189c5760493622bb0ce9c17536de96fc3c13 100644 (file)
@@ -55,7 +55,7 @@ public class DemoApplication extends TApplication {
     /**
      * Translated strings.
      */
-    private static ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName());
+    private static final ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName());
 
     // ------------------------------------------------------------------------
     // Constructors -----------------------------------------------------------