From 917e1267ee5e6c7c09ab8837c54b41cc388b0d91 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Tue, 23 Apr 2019 14:28:57 +0200 Subject: [PATCH] GREEN Issue-Ref: 3709 Issue-Url: https://af3-developer.fortiss.org/issues/3709 Signed-off-by: Simon Barner <barner@fortiss.org> --- .../src/org/fortiss/tooling/common/util/.ratings | 2 +- .../org/fortiss/tooling/common/util/LambdaUtils.java | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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 f558f34c5..fdbac1cba 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 6fed9bb62..1e99ea0c7 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. -- GitLab