Fix Jenkins staging job using JAR args in pom
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / controllers / PolicyTypeInfo.java
index efd749a..35c8f66 100644 (file)
@@ -17,8 +17,8 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-package org.oransc.policyagent.controllers;
 
+package org.oransc.policyagent.controllers;
 
 import org.immutables.gson.Gson;
 import org.immutables.value.Value;
@@ -28,6 +28,4 @@ import org.immutables.value.Value;
 public interface PolicyTypeInfo {
 
     public String name();
-
-    public String schema();
 }