Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ed5f41

Browse files
authoredApr 3, 2024
Fix typo (#344)
Fix missing double quote
1 parent 2393d47 commit 3ed5f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎java/jdbc/Tomcat_Servlet/META-INF/context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
maxPoolSize="50"
1919
initialPoolSize="15"
2020
user="jdbcuser"
21-
password="XXXXXXX
21+
password="XXXXXXX"
2222
url="jdbc:oracle:thin:@orcldbtest_medium?TNS_ADMIN=/Users/test/ATPTesting/wallet_ORCLDBTEST"
2323
/>
2424

0 commit comments

Comments
 (0)
Please sign in to comment.