UCanAccess Git Code
A pure Java JDBC driver for Microsoft Access database files
Brought to you by:
jamadei
Gord Thompson wants to merge 0 commits from /u/gordonthompson/ucanaccess/ to master, 2017-06-05
Enhanced version of merge request #3
| Commit | Date |
|---|
LoadJet.java, #403-415: I think you can use replace() instead of replaceAll(), since we don't need to use regular expressions here. Other than that, lgtm.
Replaced
replaceAll()withreplace()as suggested. Thanks.