From ff072dfe782f6f22123cd4ba050828d35c0d0fbd Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:55:46 -0400 Subject: Some lingering tweaks --- .../main/java/net/wotonomy/datastore/package.html | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'projects/net.wotonomy.datastore') 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 @@ -

-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. -

-

-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. -

-

-This package has dependencies on the util package. -

- +

+ 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. +

+

+ 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. +

+

+ This package has dependencies on the util package. +

+ \ No newline at end of file -- cgit v1.2.3