Many changes:
[fanfix.git] / src / jexer / TField.java
index 8f693f2123539abfc8b4ca85ba923441cfada52c..aa0d18f05f174332c9191017502475150608a3ec 100644 (file)
@@ -384,7 +384,7 @@ public class TField extends TWidget {
      *
      * @param text the new field text
      */
-    public final void setText(String text) {
+    public void setText(final String text) {
         this.text = text;
         position = 0;
         windowStart = 0;