Code style cleanup for prov authz and beans
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / authz / impl / ProvDataProvider.java
index dca348a..0e8e206 100644 (file)
@@ -20,6 +20,7 @@
  * * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
  * *\r
  ******************************************************************************/\r
+\r
 package org.onap.dmaap.datarouter.authz.impl;\r
 \r
 /** Interface to access data about subscriptions and feeds.  A software component that\r
@@ -43,23 +44,24 @@ public interface ProvDataProvider {
      */\r
     public String getFeedClassification(String feedId);\r
 \r
-    /** Get the identity of the owner of a feed\r
+    /** Get the identity of the owner of a feed.\r
      *\r
      * @param subId the ID of the subscripition whose owner is being looked up.\r
      * @return the subscription owner's identity.\r
      */\r
     public String getSubscriptionOwner(String subId);\r
 \r
-    /** Get the identity of the owner of a feed by group id -  Rally : US708115\r
+    /** Get the identity of the owner of a feed by group id -  Rally : US708115.\r
      *\r
-     * @param feedId, user the ID of the feed whose owner is being looked up.\r
+     * @param feedId user the ID of the feed whose owner is being looked up.\r
      * @return the feed owner's identity by group.\r
      */\r
     public String getGroupByFeedGroupId(String owner, String feedId);\r
 \r
-    /** Get the identity of the owner of a sub by group id Rally : US708115\r
+    /** Get the identity of the owner of a sub by group id Rally : US708115.\r
+     *\r
+     * @param subId user the ID of the feed whose owner is being looked up.\r
      *\r
-     * @param subId, user the ID of the feed whose owner is being looked up.\r
      * @return the feed owner's identity by group.\r
      */\r
     public String getGroupBySubGroupId(String owner, String subId);\r