Many changes:
[fanfix.git] / src / jexer / net / TelnetOutputStream.java
index 338de2c24f4115198445d5c709a246a90aa29978..994655c2ea31ffe234b1c00ef4d762ae50c1e5e9 100644 (file)
@@ -36,7 +36,7 @@ import static jexer.net.TelnetSocket.*;
 /**
  * TelnetOutputStream works with TelnetSocket to perform the telnet protocol.
  */
-public final class TelnetOutputStream extends OutputStream {
+public class TelnetOutputStream extends OutputStream {
 
     // ------------------------------------------------------------------------
     // Variables --------------------------------------------------------------