[BAEL-3841] fix formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user