mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Fix Typos
Closes gh-14268
This commit is contained in:
parent
dfef781e33
commit
db7c5d128b
@ -125,7 +125,7 @@ public interface SecurityExpressionOperations {
|
|||||||
* given the permission
|
* given the permission
|
||||||
* @param target the target domain object to check permission on
|
* @param target the target domain object to check permission on
|
||||||
* @param permission the permission to check on the domain object (i.e. "read",
|
* @param permission the permission to check on the domain object (i.e. "read",
|
||||||
* "write", etc).
|
* "write", etc.).
|
||||||
* @return true if permission is granted to the {@link #getAuthentication()}, else
|
* @return true if permission is granted to the {@link #getAuthentication()}, else
|
||||||
* false
|
* false
|
||||||
*/
|
*/
|
||||||
@ -136,8 +136,8 @@ public interface SecurityExpressionOperations {
|
|||||||
* object with a given id, type, and permission.
|
* object with a given id, type, and permission.
|
||||||
* @param targetId the identifier of the domain object to determine access
|
* @param targetId the identifier of the domain object to determine access
|
||||||
* @param targetType the type (i.e. com.example.domain.Message)
|
* @param targetType the type (i.e. com.example.domain.Message)
|
||||||
* @param permission the perission to check on the domain object (i.e. "read",
|
* @param permission the permission to check on the domain object (i.e. "read",
|
||||||
* "write", etc)
|
* "write", etc.)
|
||||||
* @return true if permission is granted to the {@link #getAuthentication()}, else
|
* @return true if permission is granted to the {@link #getAuthentication()}, else
|
||||||
* false
|
* false
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user