Skip to content

Commit e4ad925

Browse files
update 6/readme
1 parent 5cc2f45 commit e4ad925

File tree

3 files changed

+1737
-3
lines changed

3 files changed

+1737
-3
lines changed

6_CourseSchedulerGUI/DBConnectionEmbedded.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import java.lang.Object;
12
import java.sql.Connection;
23
import java.sql.DriverManager;
34
import java.sql.SQLException;
45

5-
public class DBConnectionEmbedded {
6+
public class DBConnectionEmbedded extends Object {
67

78
private static final String URL = "jdbc:derby:coursescheduler";
89
private static final String USER = "derby";
@@ -23,4 +24,4 @@ public static Connection getConnection () {
2324
return conn;
2425
}
2526

26-
}
27+
}

0 commit comments

Comments
 (0)