From f1e32ed443bafc03448f0f3b36c712b9293e71e7 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 20 Nov 2016 01:34:08 -0500 Subject: File cleanup --- src/main/java/com/benburwell/planes/gui/GraphicsTheme.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/benburwell/planes/gui/GraphicsTheme.java') diff --git a/src/main/java/com/benburwell/planes/gui/GraphicsTheme.java b/src/main/java/com/benburwell/planes/gui/GraphicsTheme.java index cece138..02d75ba 100644 --- a/src/main/java/com/benburwell/planes/gui/GraphicsTheme.java +++ b/src/main/java/com/benburwell/planes/gui/GraphicsTheme.java @@ -1,9 +1,9 @@ package com.benburwell.planes.gui; -import java.awt.*; +import java.awt.Color; /** - * Created by ben on 11/18/16. + * @author ben */ public class GraphicsTheme { public static class Colors { -- cgit v1.2.3