Prep for 2019 release
[fanfix.git] / src / jexer / tterminal / DisplayLine.java
index 8eff2de1b641fbb61ee4aea910e52459ae8b29d9..7c76713a715cf021e3d882717f434484bc9b0334 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"),
@@ -34,7 +34,7 @@ import jexer.bits.CellAttributes;
 /**
  * This represents a single line of the display buffer.
  */
-public final class DisplayLine {
+public class DisplayLine {
 
     // ------------------------------------------------------------------------
     // Constants --------------------------------------------------------------