Skip to content

Commit 5ce2b6a

Browse files
Format code
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 80d7da1 commit 5ce2b6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/org/springframework/security/access/expression/SecurityExpressionRoot.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ private boolean isGranted(AuthorizationManager<T> authorizationManager) {
229229
/**
230230
* Convenience method to access {@link Authentication#getPrincipal()} from
231231
* {@link #getAuthentication()}
232-
* @return the {@code Principal} being authenticated or the authenticated principal after authentication.
232+
* @return the {@code Principal} being authenticated or the authenticated principal
233+
* after authentication.
233234
*/
234235
public @Nullable Object getPrincipal() {
235236
return getAuthentication().getPrincipal();

0 commit comments

Comments
 (0)