diff --git a/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/.ratings b/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/.ratings index f558f34c53aad1951c1720f43d9e677cb32af37e..fdbac1cbafee629e07132ed607afcf1f7c04188f 100644 --- a/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/.ratings +++ b/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/.ratings @@ -1 +1 @@ -LambdaUtils.java 6fed9bb62eba3f7af6ebd7821fb22df6fcc507f8 YELLOW +LambdaUtils.java 1e99ea0c7d036adb38449603421c484d8e015274 GREEN diff --git a/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/LambdaUtils.java b/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/LambdaUtils.java index 6fed9bb62eba3f7af6ebd7821fb22df6fcc507f8..1e99ea0c7d036adb38449603421c484d8e015274 100644 --- a/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/LambdaUtils.java +++ b/org.fortiss.tooling.common/src/org/fortiss/tooling/common/util/LambdaUtils.java @@ -301,8 +301,9 @@ public class LambdaUtils { } /** - * Checks whether the given object inherits from any of the given Classes, i.e. the check - * {@link Class#isAssignableFrom(Class)} is performed for each given class on the given Object. + * Checks whether the given object inherits from any of the given {@link Class}es, i.e. the + * check {@link Class#isAssignableFrom(Class)} is performed for each given class on the given + * {@link Class}. * * @param types * collection of classes to check inheritance. @@ -315,8 +316,9 @@ public class LambdaUtils { } /** - * Checks whether the given object inherits from any of the given Classes, i.e. the check - * {@link Class#isAssignableFrom(Class)} is performed for each given class on the given Object. + * Checks whether the given object inherits from any of the given {@link Class}es, i.e. the + * check {@link Class#isAssignableFrom(Class)} is performed for each given class on the given + * {@link Object}. * * @param types * collection of classes to check inheritance.