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 / CollectionResourceRepository.java
index 5d847b8..1d8da18 100644 (file)
@@ -25,5 +25,5 @@ import org.springframework.data.rest.core.annotation.RepositoryRestResource;
 
 @RepositoryRestResource(collectionResourceRel = "collectionResource", path = "collectionResource")
 public interface CollectionResourceRepository extends JpaRepository<CollectionResource, String> {
-       CollectionResource findByModelUUID(String modelUUID);
-}
\ No newline at end of file
+    CollectionResource findByModelUUID(String modelUUID);
+}