Skip to content

Commit 3ed5f41

Browse files
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)