Skip to content

Commit 8dae8d9

Browse files
committed
Updated comment, in part just to kick off a new CI build after an INFRA-2075 flake.
1 parent eb781bc commit 8dae8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/libs/LibraryRetriever.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public abstract class LibraryRetriever extends AbstractDescribableImpl<LibraryRe
6262
* @param listener a way to report progress
6363
* @throws Exception if there is any problem (use {@link AbortException} for user errors)
6464
*/
65-
// TODO this should have been made nonabstract and deprecated and delegated to the new version
65+
// TODO this should have been made nonabstract and deprecated and delegated to the new version; may be able to use access-modifier to help
6666
public abstract void retrieve(@Nonnull String name, @Nonnull String version, @Nonnull FilePath target, @Nonnull Run<?,?> run, @Nonnull TaskListener listener) throws Exception;
6767

6868
@Deprecated

0 commit comments

Comments
 (0)