diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-08-21 02:04:40 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-08-21 02:04:40 +0000 |
commit | 159225923a9a23fdc2cfccba5088427ac3dfa2d1 (patch) | |
tree | 95aa9a2a63c06f2610f0ff3da3f92cf6359213dd | |
parent | c1fa27fde7da4faef58aa890b48dba66461c67f6 (diff) | |
download | jackcess-159225923a9a23fdc2cfccba5088427ac3dfa2d1.tar.gz jackcess-159225923a9a23fdc2cfccba5088427ac3dfa2d1.zip |
tweak site docs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1317 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/xdoc/jackcess-3.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/xdoc/jackcess-3.xml b/src/site/xdoc/jackcess-3.xml index 1db18c2..4302ca9 100644 --- a/src/site/xdoc/jackcess-3.xml +++ b/src/site/xdoc/jackcess-3.xml @@ -11,9 +11,9 @@ <subsection name="So what changed?"> <p> Unlike the change from 1.x to 2.x, the change from 2.x to 3.x is - relatively non-impactful. The major change was the requirement that - 3.x requires Java 8+. Other than that, the Jackcess API should be - binary compatible with existing code. Some additional notes: + relatively non-impactful. The major change was that 3.x requires + Java 8+. Other than that, the Jackcess API should be binary + compatible with existing code. Some additional notes: </p> <ul> <li><b>Dependencies have been updated.</b></li> |