lint
[fanfix.git] / src / jexer / teditor / Highlighter.java
index a48419455e541697e12da7dfd81ebb8db52d7e9e..44a2ed08c705a43584aaea1c0e22bd1ab1ff85c7 100644 (file)
@@ -87,7 +87,7 @@ public class Highlighter {
      * @return color associated with name, e.g. bold yellow on blue
      */
     public CellAttributes getColor(final String name) {
-        CellAttributes attr = (CellAttributes) colors.get(name);
+        CellAttributes attr = colors.get(name);
         return attr;
     }