added comment
This commit is contained in:
@@ -13,5 +13,4 @@ public interface LocationRepository extends JpaRepository<LocationEntity, Long>
|
|||||||
|
|
||||||
Boolean existsByLocation(String name);
|
Boolean existsByLocation(String name);
|
||||||
|
|
||||||
void deleteByLocation(String name);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user