Skip to content

Commit 2c11987

Browse files
authored
fix javadoc missing @ (jenkinsci#10851)
1 parent 3ec6213 commit 2c11987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/hudson/Functions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ public boolean hyperlinkMatchesCurrentPage(String href) {
20992099
}
21002100

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

0 commit comments

Comments
 (0)