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