fixed a checkstyle issue

This commit is contained in:
hneemann 2019-06-25 08:04:00 +02:00
parent 665b5281e2
commit 5a27c7e31d

View File

@ -12,7 +12,6 @@ import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.awt.event.WindowAdapter; import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent; import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
/** /**
* Simple Dialog to show all possible functions of a truth table. * Simple Dialog to show all possible functions of a truth table.