Skip to content

Commit

Permalink
Fix javadocs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 5, 2024
1 parent 2b5f5c2 commit 9dc7cc1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -220,7 +220,7 @@ public static long getCountFindings(final Path report) throws IOException {
*
* @param report - Path to the report
* @param max - Thereshold for status
* @return - Job status string: SUCCESS if num findings < {@code max}, UNSTABLE otherwise
* @return - Job status string: SUCCESS if num findings smaller than {@code max}, UNSTABLE otherwise
* @throws IOException
*/
public static String getReportStatus(final Path report, final long max) throws IOException
Expand Down

0 comments on commit 9dc7cc1

Please sign in to comment.