aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/changes/changes.xml2
-rw-r--r--src/main/java/com/healthmarketscience/jackcess/expr/package-info.java12
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 <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>
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.</li>
* </ul>
- * <p>
+ *
* <h2>Supporting Classes</h2>
* <p>
* The classes in this package make up the public api for expression handling
* in Jackcess. They generally fall into two categories:
- * <p>
+ *
* <h3>General Use Classes</h3>
- * <p>
+ *
* <ul>
* <li>{@link com.healthmarketscience.jackcess.expr.EvalConfig} allows for customization of the expression
* evaluation context for a given {@link com.healthmarketscience.jackcess.Database} instance.</li>
@@ -72,9 +72,9 @@ limitations under the License.
* <li>{@link com.healthmarketscience.jackcess.expr.ParseException} wrapper exception thrown for failures which
* occur during expression parsing.</li>
* </ul>
- * <p>
+ *
* <h3>Advanced Use Classes</h3>
- * <p>
+ *
* <ul>
* <li>{@link com.healthmarketscience.jackcess.expr.EvalContext} encapsulates all shared state for expression
* parsing and evaluation.</li>
@@ -86,7 +86,7 @@ limitations under the License.
* database field).</li>
* <li>{@link com.healthmarketscience.jackcess.expr.Value} represents a typed primitive value.</li>
* </ul>
- * <p>
+ *
* <h2>Function Support</h2>
* <p>
* Jackcess supports many of the standard Access functions. The following