[BAEL-3841] fix formatting
This commit is contained in:
parent
a7f1ca3500
commit
e5265b9d23
|
@ -9,7 +9,7 @@ import java.util.UUID;
|
|||
|
||||
public interface BookRepository extends CrudRepository<Book, UUID> {
|
||||
|
||||
@Cacheable(value = "books", unless="#a0=='Foundation'")
|
||||
@Cacheable(value = "books", unless = "#a0=='Foundation'")
|
||||
Optional<Book> findFirstByTitle(String title);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue