src/main/java/net/hostsharing/hsadminng/hs/office/contact/HsOfficeContactRepository.java | ●●●●● patch | view | raw | blame | history |
src/main/java/net/hostsharing/hsadminng/hs/office/contact/HsOfficeContactRepository.java
@@ -16,7 +16,6 @@ WHERE :label is null OR c.label like concat(:label, '%') """) // TODO.feat: join tables missing List<HsOfficeContactEntity> findContactByOptionalLabelLike(String label); HsOfficeContactEntity save(final HsOfficeContactEntity entity);