You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/hudson/Functions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2099,7 +2099,7 @@ public boolean hyperlinkMatchesCurrentPage(String href) {
2099
2099
}
2100
2100
2101
2101
/**
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}.
2103
2103
* Used in {@code actions.jelly} to decide if the action should shown in the main header or the hamburger.
0 commit comments