Explorar el Código

Remove unneeded include.

Sam Jaffe hace 5 años
padre
commit
feebf43ec9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/main/lombok/org/leumasjaffe/recipe/view/RecipeFrame.java

+ 0 - 1
src/main/lombok/org/leumasjaffe/recipe/view/RecipeFrame.java

@@ -13,7 +13,6 @@ import lombok.experimental.FieldDefaults;
 import javax.swing.JMenuBar;
 import javax.swing.JMenu;
 import javax.swing.JMenuItem;
-import javax.swing.JOptionPane;
 import javax.swing.KeyStroke;
 import java.awt.event.KeyEvent;
 import java.awt.event.WindowEvent;