Many changes:
[fanfix.git] / src / jexer / event / TCommandEvent.java
index d5665d8ec2ed0b61864958b72ecbc2f7e8315d80..749e3f7eb99e790d97b5ef32a602b825c8fe3a72 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"),
@@ -35,7 +35,7 @@ import jexer.TCommand;
  * generated by menu actions, keyboard accelerators, and other UI elements.
  * Commands can operate on both the application and individual widgets.
  */
-public final class TCommandEvent extends TInputEvent {
+public class TCommandEvent extends TInputEvent {
 
     /**
      * Command dispatched.