Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update JSONBasicSample.java
  • Loading branch information
nsundara authored Apr 27, 2018
commit 5c278c22a354303e3e4a33eb30367ec7802d13e4
2 changes: 1 addition & 1 deletion java/jdbc/BasicSamples/JSONBasicSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* console, and optionally specify the DB user and/or connect URL on
* the command-line. You can also modify these values in this file
* and recompile the code.
* java JSONBasicDemo -l <url> -u <user>
* java JSONBasicSample -l <url> -u <user>
*/

import java.io.BufferedReader;
Expand Down