Update copyright to 2017
[nikiroo-utils.git] / src / jexer / TLabel.java
index f5e966581a6dbffb6026fe088c3d1a6246491e21..d5bb24cd3f180f2fe5985f6dce80ef56c4aff6c5 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"),
@@ -99,7 +99,8 @@ public final class TLabel extends TWidget {
     /**
      * Draw a static label.
      */
-    @Override public void draw() {
+    @Override
+    public void draw() {
         // Setup my color
         CellAttributes color = new CellAttributes();
         color.setTo(getTheme().getColor(colorKey));