fixed some checkstyle issues

This commit is contained in:
hneemann 2016-06-06 18:21:32 +02:00
parent bdba6c31f7
commit 25b7bf9267

View File

@ -1,11 +1,9 @@
package de.neemann.digital.gui.components.table; package de.neemann.digital.gui.components.table;
import de.neemann.digital.builder.PinMap;
import javax.swing.*; import javax.swing.*;
/** /**
* Shows a pin mapping instance {@link PinMap} * Shows a simple string
* *
* @author hneemann * @author hneemann
*/ */