Skip to content

Commit

Permalink
Merge branch 'master' into T282893
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Nov 22, 2023
2 parents 4df5f87 + b735ef8 commit 36afdb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
<gitHubRepo>jenkinsci/parameterized-trigger-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static String readFileToString(FilePath f, String encoding) throws IOExce
}

/**
* {@link} read VirtualFile
* Read VirtualFile.
*
* @param f file to read
* @return read string
Expand Down

0 comments on commit 36afdb3

Please sign in to comment.