Skip to content

Commit

Permalink
Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 13, 2023
1 parent 42cf870 commit cc3d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/RealJenkinsRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public RealJenkinsRule withDebugPort(int debugPort) {
/**
* Allows to use debug in server mode or client mode. Client mode is friendlier to controller restarts.
*
* @see #withDebugPort(int).
* @see #withDebugPort(int)
*
* @param debugServer true to use server=y, false to use server=n
*/
Expand Down

0 comments on commit cc3d386

Please sign in to comment.