diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-12-19 21:42:10 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-12-19 21:42:10 +0000 |
commit | a92bc3439fb02222c8afd65718674461b41b8de3 (patch) | |
tree | 135cf967a177acf6cfa9ca15b723b3bb34d19d8c /src/changes/changes.xml | |
parent | bd3464197245aafd583a9ae5a9797d16c0a4324c (diff) | |
download | jackcess-a92bc3439fb02222c8afd65718674461b41b8de3.tar.gz jackcess-a92bc3439fb02222c8afd65718674461b41b8de3.zip |
more javadoc fixes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1245 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 632d0a8..ca9b7aa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -16,7 +16,7 @@ changed to output LocalDateTime instead of Date. This behavior is configurable on a per-Database basis by setting the DateTimeType for the database. All Date based APIs now have a parallel LocalDateTime - API. Note that <i>only one of those will work</i> depending on how + API. Note that only one of those will work depending on how the Database is configured. The legacy Date support will be the default initially, but is deprecated and may be removed in the future. </action> |