fix javadoc missing @ (#10851)

This commit is contained in:
James Nord 2025-07-19 11:14:38 +01:00 committed by GitHub
parent 3ec62131a1
commit 2c11987d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2099,7 +2099,7 @@ public class Functions {
}
/**
* If the given {@code Action} is a {@link RootAction#isPrimaryAction() primary} {code RootAction}, or a parent of the current page, return {@code true}.
* If the given {@code Action} is a {@link RootAction#isPrimaryAction() primary} {@code RootAction}, or a parent of the current page, return {@code true}.
* Used in {@code actions.jelly} to decide if the action should shown in the main header or the hamburger.
*/
@Restricted(NoExternalUse.class)