Skip to content

Commit c2a7780

Browse files
author
BobIT37
committed
updated
1 parent c69a68e commit c2a7780

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.java linguist-detectable=true
2+
*.js linguist-detectable=false
3+
*.html linguist-detectable=false
4+
*.xml linguist-detectable=false

bin/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.DS_Store
2+
/MySQL_Queries/

bin/MySQL_Queries/Jdbc_Update.class

0 Bytes
Binary file not shown.

src/.DS_Store

6 KB
Binary file not shown.

src/MySQL_Queries/Jdbc_Update.java

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public static void main(String[] args) throws SQLException {
4646
"update employees "+
4747
"set email='[email protected]' "+
4848
"where last_name='Doe' and first_name='John'"
49-
5049
);
5150

5251
//Verify Updating

0 commit comments

Comments
 (0)