diff options
Diffstat (limited to 'src/main/java/com/c2kernel/entity')
| -rw-r--r-- | src/main/java/com/c2kernel/entity/proxy/package-info.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/c2kernel/entity/proxy/package-info.java b/src/main/java/com/c2kernel/entity/proxy/package-info.java index 2fd6bfa..404ca07 100644 --- a/src/main/java/com/c2kernel/entity/proxy/package-info.java +++ b/src/main/java/com/c2kernel/entity/proxy/package-info.java @@ -43,9 +43,9 @@ * <li><b>Utility methods for resolution and marshalling</b> - The AgentProxy
* provides utility methods for finding Items in the directory by name, path,
* or system key, and gives access to the Castor XML marshalling system to
- * transform CRISTAL objects to XML and back again.
- *
- * The core object of the Proxy API is the ProxyManager, which is initialized
+ * transform CRISTAL objects to XML and back again.</li>
+ * </ul>
+ * <p>The core object of the Proxy API is the ProxyManager, which is initialized
* as a static member of the Gateway on initialization. This object can be used
* to create a Proxy object from a Path from the directory, and maintains a
* connection to the server called the Proxy Update Notification Channel,
|
