fixed some checkstyle issues

This commit is contained in:
hneemann 2019-07-11 09:49:19 +02:00
parent 17354d9de5
commit 9e941ff30c

View File

@ -5,7 +5,6 @@
*/
package de.neemann.digital.gui;
import de.neemann.digital.analyse.quinemc.TableRows;
import de.neemann.digital.lang.Lang;
import de.neemann.gui.ErrorMessage;
@ -17,7 +16,6 @@ import java.util.HashSet;
/**
* Helper to handle the overwrite conformation
* <p>
*/
public final class SaveAsHelper {
private static final HashSet<String> KNOWN = new HashSet<>();