Skip to content

Commit 2ed482f

Browse files
Gytis Triklerisgeoand
andauthored
Update docs/src/main/asciidoc/panache-rest.adoc
Co-authored-by: Georgios Andrianakis <[email protected]>
1 parent 92cfe0c commit 2ed482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/panache-rest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To begin with:
5656

5757
Panache REST generates CRUD resources based on the interfaces available in your application.
5858
For each entity and repository that you want to generate, provide an interface that extends either `PanacheEntityCrudResource` or `PanacheRepositoryCrudResource` interface.
59-
_Do not implement these interfaces and don't provide custom methods because they won't be implemented._
59+
_Do not implement these interfaces and don't provide custom methods because they will be ignored._
6060
You can, however, override the methods from the extended interface in order to customize them (see the section at the end).
6161

6262
The resources that will be generated will be functionally equivalent for both entities and repositories.

0 commit comments

Comments
 (0)