Adapt to new A1Client interface
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / controllers / PolicyTypeInfo.java
index ae93b5e..35c8f66 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
+
 package org.oransc.policyagent.controllers;
 
 import org.immutables.gson.Gson;
@@ -27,6 +28,4 @@ import org.immutables.value.Value;
 public interface PolicyTypeInfo {
 
     public String name();
-
-    public String schema();
 }