Many changes:
[fanfix.git] / src / jexer / TPasswordField.java
index 3e92165481f8dcddb7f6b778ca90a3a7c496cebc..696f5e21d17fa2c96f9f1046ff6d32741458a688 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2017 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -34,7 +34,7 @@ import jexer.bits.GraphicsChars;
 /**
  * TField implements an editable text field.
  */
-public final class TPasswordField extends TField {
+public class TPasswordField extends TField {
 
     /**
      * Public constructor.