diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:55:46 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-20 17:56:12 -0400 |
| commit | ff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch) | |
| tree | 1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/net.wotonomy.foundation/src/main | |
| parent | d1378716fda89e48450b7ca1333b505d800504a5 (diff) | |
Some lingering tweaks
Diffstat (limited to 'projects/net.wotonomy.foundation/src/main')
| -rw-r--r-- | projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html index c52ca95..93e7b48 100644 --- a/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html +++ b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html @@ -1,18 +1,18 @@ <body> -<p> -A set of collections classes that are needed -by the ui and web packages. These correspond -to the foundation classes in the OpenStep -specification. -</p> -<p> -These classes for the most part extend their -java counterparts, adding methods to be API -compatible with the OpenStep specification. -In this way, they retain compatibility with -the Java Collections APIs. -</p> -<p> -This package has no external dependencies. -</p> -</body> + <p> + A set of collections classes that are needed + by the ui and web packages. These correspond + to the foundation classes in the OpenStep + specification. + </p> + <p> + These classes for the most part extend their + java counterparts, adding methods to be API + compatible with the OpenStep specification. + In this way, they retain compatibility with + the Java Collections APIs. + </p> + <p> + This package has no external dependencies. + </p> +</body>
\ No newline at end of file |
