Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tilalx committed May 11, 2024
1 parent ea5bccf commit 6fad62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/msbuild/MsBuildInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ private static boolean needsModify(FilePath expected) throws IOException, Interr
*
* @param listener TaskListener
*
* @return FormValidation
* @return void
*/
public static void downloadFile(URI uri, FilePath targetPath, TaskListener listener) throws IOException {
uri.toURL();
Expand Down

0 comments on commit 6fad62a

Please sign in to comment.