Skip to content

Commit

Permalink
Typo spotted by @dwnusbaum
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Nusbaum <[email protected]>
  • Loading branch information
Vlatombe and dwnusbaum authored Aug 22, 2024
1 parent 39d30c8 commit 44602bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/console/ConsoleUrlProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public interface ConsoleUrlProvider extends Describable<ConsoleUrlProvider> {
* <p>Should only be used in the context of serving an HTTP request.
* @param run the build
* @return the URL for the console for the specified build, relative to the context of Jenkins (should not start with {@code /}), or {@code null}
* if this implementation does not want to server a special console view for this build.
* if this implementation does not want to serve a special console view for this build.
*/
@CheckForNull String getConsoleUrl(Run<?, ?> run);

Expand Down

0 comments on commit 44602bb

Please sign in to comment.