@@ -150,7 +150,7 @@ public abstract class VersionUtils implements Utils {
150150 * @param operatorSymbol the symbol of the comparison operator; must not be null
151151 * @param comparedVersion the version to compare against; must not be null
152152 * @return {@code true} if the result of applying the operator to the current Java version and the compared version is true;
153- * otherwise, {@code false}
153+ * otherwise, {@code false}
154154 * @throws IllegalArgumentException if any argument is null or the operator symbol is not supported
155155 */
156156 public static boolean testCurrentJavaVersion (String operatorSymbol , Version comparedVersion ) {
@@ -194,7 +194,7 @@ public static boolean testCurrentJavaVersion(Version.Operator versionOperator, V
194194 * @param operatorSymbol the symbol of the comparison operator; must not be null
195195 * @param comparedVersion the version to compare against; must not be null
196196 * @return {@code true} if the result of applying the operator to the base and compared versions is true;
197- * otherwise, {@code false}
197+ * otherwise, {@code false}
198198 * @throws IllegalArgumentException if any argument is null or the operator symbol is not supported
199199 */
200200 public static boolean testVersion (String baseVersion , String operatorSymbol , String comparedVersion ) {
@@ -242,7 +242,7 @@ public static boolean testVersion(String baseVersion, String operatorSymbol, Str
242242 * @param versionOperator the comparison operator; must not be null
243243 * @param comparedVersion the version to compare against; must not be null
244244 * @return {@code true} if the result of applying the operator to the base and compared versions is true;
245- * otherwise, {@code false}
245+ * otherwise, {@code false}
246246 * @throws IllegalArgumentException if any argument is null
247247 */
248248 public static boolean testVersion (Version baseVersion , Version .Operator versionOperator , Version comparedVersion ) {
0 commit comments