diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-08-26 10:41:00 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-08-26 10:41:00 +0200 |
| commit | d62e6fd732ab9223bc92b324d7cdcc9d2e28c109 (patch) | |
| tree | eb08000d2d39737fee51c53321fe139ba68bfd4b /src | |
| parent | 5c6cdc7eb173cc8210ecbac1649d7abe8e6cf9e6 (diff) | |
Formatting
Diffstat (limited to 'src')
| -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,
|
