summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.datastore/src
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:46 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:56:12 -0400
commitff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch)
tree1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/net.wotonomy.datastore/src
parentd1378716fda89e48450b7ca1333b505d800504a5 (diff)
Some lingering tweaks
Diffstat (limited to 'projects/net.wotonomy.datastore/src')
-rw-r--r--projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html b/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html
index 7ca944c..3c6076c 100644
--- a/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html
+++ b/projects/net.wotonomy.datastore/src/main/java/net/wotonomy/datastore/package.html
@@ -1,19 +1,19 @@
<body>
-<p>
-A "low technology" object database, suitable
-for simple application persistence. The design
-goal is to simply store, retrieve, and query
-arbitrary java objects that need no knowledge of
-how they are to be persisted.
-</p>
-<p>
-DataSoup is the primary interface, with
-SerializedFileSoup and XMLFileSoup being the
-primary implementations. Both implementations
-persist arbitrary java objects to the file system,
-with some limitations.
-</p>
-<p>
-This package has dependencies on the util package.
-</p>
-</body>
+ <p>
+ A "low technology" object database, suitable
+ for simple application persistence. The design
+ goal is to simply store, retrieve, and query
+ arbitrary java objects that need no knowledge of
+ how they are to be persisted.
+ </p>
+ <p>
+ DataSoup is the primary interface, with
+ SerializedFileSoup and XMLFileSoup being the
+ primary implementations. Both implementations
+ persist arbitrary java objects to the file system,
+ with some limitations.
+ </p>
+ <p>
+ This package has dependencies on the util package.
+ </p>
+</body> \ No newline at end of file