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/main/java/com/healthmarketscience | |
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/main/java/com/healthmarketscience')
-rw-r--r-- | src/main/java/com/healthmarketscience/jackcess/expr/package-info.java | 12 |
1 files changed, 6 insertions, 6 deletions
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 |