Skip to content

Commit 35b6741

Browse files
authored
Fix javadoc to refer to the correct method (#11149)
1 parent 69d5a54 commit 35b6741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/hudson/FilePath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ public <V, E extends Throwable> V act(Callable<V, E> callable) throws IOExceptio
13011301

13021302
/**
13031303
* Takes a {@link FilePath}+{@link FileCallable} pair and returns the equivalent {@link Callable}.
1304-
* When executing the resulting {@link Callable}, it executes {@link FileCallable#act(FileCallable)}
1304+
* When executing the resulting {@link Callable}, it executes {@link FilePath#act(FileCallable)}
13051305
* on this {@link FilePath}.
13061306
*
13071307
* @since 1.522

0 commit comments

Comments
 (0)