diff --git a/core/src/main/java/org/apache/calcite/avatica/util/SecurityUtils.java b/core/src/main/java/org/apache/calcite/avatica/util/SecurityUtils.java index 6e83fa26b..f089587e5 100644 --- a/core/src/main/java/org/apache/calcite/avatica/util/SecurityUtils.java +++ b/core/src/main/java/org/apache/calcite/avatica/util/SecurityUtils.java @@ -222,10 +222,7 @@ public static T callAs(Subject subject, Callable action) { *

* Gets the current subject *

- * @param subject the subject this action runs as - * @param action the action to run - * @return the result of the action - * @param the type of the result + * @return the current subject */ @SuppressWarnings("unchecked") public static Subject currentSubject() {