Prep for 2019 release
[fanfix.git] / src / jexer / TCommand.java
index b6a0411c099018cf78d69690c8e5041c7c41a0fc..49b7e67122c738424254f894037639bc1392b646 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"),
@@ -170,11 +170,11 @@ public class TCommand {
     // ------------------------------------------------------------------------
 
     /**
-     * Protected constructor.  Subclasses can be used to define new commands.
+     * Public constructor.
      *
      * @param type the Type of command, one of EXIT, CASCADE, etc.
      */
-    protected TCommand(final int type) {
+    public TCommand(final int type) {
         this.type = type;
     }