Skip to content

Commit 5a76c1d

Browse files
committed
fix javadoc errors
1 parent abeddb0 commit 5a76c1d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/src/main/java/org/apache/calcite/avatica/util/SecurityUtils.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ public static <T> T callAs(Subject subject, Callable<T> action) {
222222
* <p>
223223
* Gets the current subject
224224
* </p>
225-
* @param subject the subject this action runs as
226-
* @param action the action to run
227-
* @return the result of the action
228-
* @param <T> the type of the result
225+
* @return the current subject
229226
*/
230227
@SuppressWarnings("unchecked")
231228
public static Subject currentSubject() {

0 commit comments

Comments
 (0)