Replace ATT headers
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / beans / Feed.java
index f187342..a2076b0 100644 (file)
@@ -320,7 +320,7 @@ public class Feed extends Syncable {
     public Feed(JSONObject jo) throws InvalidObjectException {\r
         this("", "", "", "");\r
         try {\r
-            // The JSONObject is assumed to contain a vnd.att-dr.feed representation\r
+            // The JSONObject is assumed to contain a vnd.dmaap-dr.feed representation\r
             this.feedid = jo.optInt("feedid", -1);\r
             this.groupid = jo.optInt("groupid"); //New field is added - Groups feature Rally:US708115 - 1610\r
             this.name = jo.getString("name");\r