Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-catalog-db / src / main / java / org / onap / so / db / catalog / data / repository / ModelRecipeRepository.java
index c54331b..2c4c0b1 100644 (file)
@@ -27,7 +27,7 @@ import org.springframework.data.rest.core.annotation.RepositoryRestResource;
 @RepositoryRestResource(collectionResourceRel = "modelRecipe", path = "modelRecipe")
 public interface ModelRecipeRepository extends JpaRepository<ModelRecipe, Integer> {
 
-       
-       ModelRecipe findByModelIdAndAction(String modelId, String action);
-       
+
+    ModelRecipe findByModelIdAndAction(String modelId, String action);
+
 }