Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / TExceptionDialog.java
index 0e06756952bf5195961f333ee8f69238256edd1e..227aceb5764b92d26a0cac983030a0def359a402 100644 (file)
@@ -47,7 +47,7 @@ public class TExceptionDialog extends TWindow {
     /**
      * Translated strings.
      */
-    private static ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName());
+    private static final ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName());
 
     // ------------------------------------------------------------------------
     // Constants --------------------------------------------------------------