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 / ModelRepository.java
index e6e2904..9867dce 100644 (file)
@@ -27,7 +27,7 @@ import org.springframework.data.rest.core.annotation.RepositoryRestResource;
 @RepositoryRestResource(collectionResourceRel = "model", path = "model")
 public interface ModelRepository extends JpaRepository<Model, Integer> {
 
-       
-       Model findByModelVersionIdAndModelType(String modelVersionid, String modelType);
-       
+
+    Model findByModelVersionIdAndModelType(String modelVersionid, String modelType);
+
 }