javadoc
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 7 Jun 2013 00:18:26 +0000 (20:18 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 7 Jun 2013 00:18:26 +0000 (20:18 -0400)
src/main/java/com/indexdata/mkjsf/pazpar2/commands/package-info.java
src/main/java/com/indexdata/mkjsf/pazpar2/data/package-info.java

index dd66c3f..4fae890 100644 (file)
@@ -1,7 +1,7 @@
 /**\r
  * \r
  * Each Pazpar2 command is represented by a class with methods for \r
- * setting parameters and ultimately running the command against \r
+ * setting parameters and running the command against \r
  * the selected Pazpar2 service. \r
  * <p>\r
  * The UI can access the command objects through the bean Pazpar2Commands, \r
index 39619ad..25ee9b4 100644 (file)
@@ -1,10 +1,9 @@
 /**\r
  * Pazpar2 responses produced by Pazpar2 commands are parsed by the\r
- * ResponseParser found in this package, the output being response data\r
- * objects accessible to the UI. \r
+ * ResponseParser, which outputs response data objects that are accessible to the UI\r
+ * through the class Responses. \r
  * \r
- * <p>The most recent response from each command is accessible to the UI\r
- * through the class Responses, which is exposed to the UI as <code>pzresp</code></p>\r
+ * <p>Responses is exposed to the UI as <code>pzresp</code></p>\r
  * \r
  * <p>Examples:</p>\r
  * <ul>\r