Convert tabs to spaces basic refactoring
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / util / PolicyContainer.java
index 164f958..80bb16d 100644 (file)
@@ -26,7 +26,7 @@ import java.util.List;
 
 
 public interface PolicyContainer extends Serializable{
-       
+
     public Collection<?> getContainerPropertyIds();
     
     public Collection<?> getItemIds();