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