Update HelloWorld.java

This commit is contained in:
DuongDo-Intersystems 2019-06-04 11:06:29 -04:00 committed by GitHub
parent cf1610be29
commit 9bd8cf757f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class HelloWorld {
int port = 51773;
String namespace = "USER";
String username = "SuperUser";
String password = "sys";
String password = "SYS";
try {
// Using IRISDataSource to connect
IRISDataSource ds = new IRISDataSource();