diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-10 21:10:20 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-10 21:10:20 +0000 |
commit | cfffb8887d9f5c08d8e9279bd3e08bc7628345cb (patch) | |
tree | f226c60bf8ccc0e2ca321acffd85726f883810bf /src/site/xdoc/index.xml | |
parent | 498237758c3156811636f25dcb6231bab52d4759 (diff) | |
download | jackcess-cfffb8887d9f5c08d8e9279bd3e08bc7628345cb.tar.gz jackcess-cfffb8887d9f5c08d8e9279bd3e08bc7628345cb.zip |
use source instead of pre tag
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@212 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/xdoc/index.xml')
-rw-r--r-- | src/site/xdoc/index.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index cd99600..9425c46 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -20,7 +20,6 @@ </p> </section> <section name="Sample code"> - <p> <ul> <li>Displaying the contents of a table: <source>System.out.println(Database.open(new File("my.mdb")).getTable("MyTable").display());</source> @@ -45,7 +44,6 @@ external database) into a new table: <source>Database.open(new File("my.mdb")).importFile("Imported2", new File("my.csv"), ",");</source> </li> </ul> - </p> </section> <section name="Other Resources"> Some other jackcess related projects: |