DATAJPA-1724 - Remove superfluous parenthesis from Javadoc.
Original pull request: #422.
This commit is contained in:
committed by
Jens Schauder
parent
97c05c5db2
commit
14a2a4b278
@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
|
||||
/**
|
||||
* <p>
|
||||
* Indicates a query method should be considered as modifying query as that changes the way it needs to be executed.
|
||||
* This annotation is only considered if used on query methods defined through a {@link Query} annotation). It's not
|
||||
* This annotation is only considered if used on query methods defined through a {@link Query} annotation. It's not
|
||||
* applied on custom implementation methods or queries derived from the method name as they already have control over
|
||||
* the underlying data access APIs or specify if they are modifying by their name.
|
||||
* </p>
|
||||
|
||||
Reference in New Issue
Block a user