Prep for 2019 release
[fanfix.git] / src / jexer / net / TelnetOutputStream.java
index 338de2c24f4115198445d5c709a246a90aa29978..905c52a799e732588975af64099864a97d4621ed 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -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 --------------------------------------------------------------