Merge branch 'subtree'
[fanfix.git] / src / jexer / TTimer.java
index 5d3dc134f9002bfb3c1e48a8eee1f1d0f02f9a2b..8007153d679543d17b74fc51cb14663c262ac866 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"),
@@ -33,7 +33,7 @@ import java.util.Date;
 /**
  * TTimer implements a simple timer.
  */
-public final class TTimer {
+public class TTimer {
 
     // ------------------------------------------------------------------------
     // Variables --------------------------------------------------------------