From 9dc7cc1dd885ba1b68d851e39b122d048b87fe35 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Tue, 5 Mar 2024 17:59:09 +0100 Subject: [PATCH] Fix javadocs Signed-off-by: Alexander Brandes --- .../polyspace/jenkins/utils/PolyspaceHelpersUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/mathworks/polyspace/jenkins/utils/PolyspaceHelpersUtils.java b/src/main/java/com/mathworks/polyspace/jenkins/utils/PolyspaceHelpersUtils.java index b1ad7dc..513317a 100644 --- a/src/main/java/com/mathworks/polyspace/jenkins/utils/PolyspaceHelpersUtils.java +++ b/src/main/java/com/mathworks/polyspace/jenkins/utils/PolyspaceHelpersUtils.java @@ -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