Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / event / TResizeEvent.java
index 4e15121c3fddf49e58e79d9818d63e365fa290bd..ff9571084232f1891258c1b0af02758f231fabb1 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"),
@@ -31,7 +31,7 @@ package jexer.event;
 /**
  * This class encapsulates a screen or window resize event.
  */
-public final class TResizeEvent extends TInputEvent {
+public class TResizeEvent extends TInputEvent {
 
     // ------------------------------------------------------------------------
     // Constants --------------------------------------------------------------