Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-catalog-db / src / main / java / org / onap / so / db / catalog / beans / Recipe.java
index ff6b713..c030d44 100644 (file)
 package org.onap.so.db.catalog.beans;
 
 public interface Recipe {
-       public Integer getId();
+    public Integer getId();
 
-       public String getAction();
+    public String getAction();
 
-       public String getDescription();
+    public String getDescription();
 
-       public String getParamXsd();
+    public String getParamXsd();
 
-       public String getOrchestrationUri();
+    public String getOrchestrationUri();
 
-       public Integer getRecipeTimeout();
+    public Integer getRecipeTimeout();
 }