Added presentation of owner of EiJob
[portal/nonrtric-controlpanel.git] / webapp-backend / src / test / java / org / oransc / portal / nonrtric / controlpanel / mock / EiProducer.java
index 01bcee8..603dd5a 100644 (file)
@@ -39,5 +39,5 @@ public interface EiProducer {
 
     public List<EiType> supported_ei_types();
 
 
     public List<EiType> supported_ei_types();
 
-    public String status();
+    public ProducerStatusInfo status();
 }
 }