Skip to content

Commit b6f24b8

Browse files
authored
Update CreateUser.java
1 parent 4bf6577 commit b6f24b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/jdbc/ConnectionSamples/CreateUser.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NOTES Use JDK 1.8 and above
1010
1111
MODIFIED (MM/DD/YY)
12-
nbsundar 02/10/21 - Creation (Contributor - kmensah)
12+
nbsundar 02/17/21 - Creation (Contributor - kmensah)
1313
*/
1414
import java.sql.Connection;
1515
import java.sql.SQLException;
@@ -28,7 +28,6 @@ public class CreateUser {
2828
// Enter the password for the admin user
2929
final static String AdminPASSWORD = "<DBAdminPassword>";
3030

31-
3231
// Enter the new database user that you want to create
3332
final static String newDBUser = "<db-new-username>";
3433
// Enter the password for the new database user that you want to create

0 commit comments

Comments
 (0)