Many changes:
[fanfix.git] / src / jexer / event / TMenuEvent.java
index fd9373f5b23404d02450ca459a28884ab61f24ff..491a735c888202684843333f5e983423b3b4b9ca 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"),
@@ -33,7 +33,7 @@ package jexer.event;
  * TApplication.getMenuItem(id) can be used to obtain the TMenuItem itself,
  * say for setting enabled/disabled/checked/etc.
  */
-public final class TMenuEvent extends TInputEvent {
+public class TMenuEvent extends TInputEvent {
 
     /**
      * MenuItem ID.