Skip to content

Commit 72d5d70

Browse files
authored
Remove Scott
1 parent 29c1e6c commit 72d5d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/AoJ/test/com/oracle/adbaoverjdbc/test/TestConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
* For example, this -D command line option would configure the database user:
3939
* <br>
4040
* <code>
41-
* java -Dcom.oracle.adbaoverjdbc.test.TestConfig.USER=SCOTT ...
41+
* java -Dcom.oracle.adbaoverjdbc.test.TestConfig.USER=testuser ...
4242
* </code>
4343
* <br>
4444
* For convenience, configurable values can be identified by their short name,
4545
* without the <em>com.oracle.adbaoverjdbc.test.TestConfig</em> prefix. For
4646
* example, this -D command line option would also configure the database user:
4747
* <br>
4848
* <code>
49-
* java -DUSER=SCOTT ...
49+
* java -DUSER=testuser ...
5050
* </code>
5151
* <br>
5252
* While convenient, potential collisions can arise if some other component

0 commit comments

Comments
 (0)