Javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / data / sp / SpResponses.java
index b5bb18c..0986e86 100644 (file)
@@ -4,6 +4,12 @@ import java.io.Serializable;
 \r
 import com.indexdata.mkjsf.pazpar2.data.Responses;\r
 \r
+/**\r
+ * Provides references to all current Service Proxy-only data objects.\r
+ *  \r
+ * @author Niels Erik\r
+ *\r
+ */\r
 public class SpResponses implements Serializable {\r
   \r
   private static final long serialVersionUID = -3831357590639961167L;\r
@@ -52,6 +58,7 @@ public class SpResponses implements Serializable {
     responses.put("auth", new AuthResponse());\r
     resetInitAndBeyond(includePazpar2Responses);    \r
   }\r
+\r
   \r
   public AuthResponse getAuth () {\r
     return ((AuthResponse) responses.getResponseObject("auth"));\r