Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed error in example code in README.md
  • Loading branch information
Brandon Tilley committed Mar 8, 2010
1 parent 54a06ea commit 99a608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ deprecated, and you should use the UniJava() getter instead:

System.out.println("Using UniData SDK version " + ud.UniJava().getVersionNumber());
System.out.println("Connection number " + ud.UniJava().getNumSessions() +
" of " + ud.UniJava.getMaxSessions());
" of " + ud.UniJava().getMaxSessions());

Opening a File and Reading a Record
-----------------------------------
Expand Down

0 comments on commit 99a608d

Please sign in to comment.