niepotrzebne deklaracje w Movie
This commit is contained in:
parent
10ca464817
commit
4527e350d4
@ -5,8 +5,7 @@
|
||||
*/
|
||||
package library;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.sql.PreparedStatement;
|
||||
|
||||
import java.sql.SQLException;
|
||||
import java.sql.Statement;
|
||||
import javax.swing.JOptionPane;
|
||||
@ -17,8 +16,7 @@ import javax.swing.JOptionPane;
|
||||
*/
|
||||
public class Movie extends Item {
|
||||
|
||||
public Connection conn;
|
||||
public Statement stat;
|
||||
|
||||
private String director;
|
||||
private Database d = new Database();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user