aboutsummaryrefslogtreecommitdiffstats
path: root/src/site/xdoc/index.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-01-10 21:10:20 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-01-10 21:10:20 +0000
commitcfffb8887d9f5c08d8e9279bd3e08bc7628345cb (patch)
treef226c60bf8ccc0e2ca321acffd85726f883810bf /src/site/xdoc/index.xml
parent498237758c3156811636f25dcb6231bab52d4759 (diff)
downloadjackcess-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.xml2
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: