From a92bc3439fb02222c8afd65718674461b41b8de3 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 19 Dec 2018 21:42:10 +0000 Subject: more javadoc fixes git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1245 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 2 +- .../com/healthmarketscience/jackcess/expr/package-info.java | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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 only one of those will work 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. diff --git a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java index b863f83..d5d380a 100644 --- a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java +++ b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java @@ -50,14 +50,14 @@ limitations under the License. * record validation rules will be run for the entire record before * update. Failures are handled in a similar manner. * - *

+ * *

Supporting Classes

*

* The classes in this package make up the public api for expression handling * in Jackcess. They generally fall into two categories: - *

+ * *

General Use Classes

- *

+ * *

- *

+ * *

Advanced Use Classes

- *

+ * *

- *

+ * *

Function Support

*

* Jackcess supports many of the standard Access functions. The following -- cgit v1.2.3