Skip to content

Commit

Permalink
fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Sep 26, 2024
1 parent abeddb0 commit 5a76c1d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,7 @@ public static <T> T callAs(Subject subject, Callable<T> action) {
* <p>
* Gets the current subject
* </p>
* @param subject the subject this action runs as
* @param action the action to run
* @return the result of the action
* @param <T> the type of the result
* @return the current subject
*/
@SuppressWarnings("unchecked")
public static Subject currentSubject() {
Expand Down

0 comments on commit 5a76c1d

Please sign in to comment.