aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-12-19 21:42:10 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-12-19 21:42:10 +0000
commita92bc3439fb02222c8afd65718674461b41b8de3 (patch)
tree135cf967a177acf6cfa9ca15b723b3bb34d19d8c /src/changes/changes.xml
parentbd3464197245aafd583a9ae5a9797d16c0a4324c (diff)
downloadjackcess-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.xml2
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>