More PMD warnings
[nikiroo-utils.git] / src / jexer / demos / DemoCheckboxWindow.java
index 22d0cecba038515e649bab96faa060716a907c80..2e45117ebbe544f4e191dc3c9afc5544c4fc7678 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"),
@@ -38,6 +38,10 @@ import static jexer.TKeypress.*;
  */
 public class DemoCheckboxWindow extends TWindow {
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Constructor.
      *