Skip to content

Commit 023c5dd

Browse files
committed
fixed compilation error
1 parent 101df09 commit 023c5dd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/main/java/UITestFramework/MysqlDatabase.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
package UITestFramework;
22

3+
import logger.Log;
4+
35
import java.io.File;
46
import java.io.FileInputStream;
57
import java.io.IOException;
6-
import java.sql.DriverManager;
7-
import java.sql.ResultSet;
8-
import java.sql.SQLException;
8+
import java.sql.*;
99
import java.util.Properties;
1010

11-
import logger.Log;
12-
13-
import com.mysql.jdbc.Connection;
14-
import com.mysql.jdbc.Statement;
1511

1612
public class MysqlDatabase {
1713

0 commit comments

Comments
 (0)