From 0fb94203ee3218b75f36856590587af97ef73127 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Mon, 9 Apr 2018 14:35:07 +0000 Subject: [PATCH] GREEN --- .../trunk/src/org/fortiss/tooling/kernel/internal/.ratings | 2 +- .../org/fortiss/tooling/kernel/internal/ConstraintService.java | 2 +- .../trunk/src/org/fortiss/tooling/kernel/service/.ratings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/.ratings b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/.ratings index 741af2964..eeebc350d 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/.ratings +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/.ratings @@ -1,7 +1,7 @@ CommandStackService.java 96d9ae000bd50ee64818ca342fecdcab377aebc5 GREEN ConnectionCompositorService.java eb2dcfa82e3dd9174e2c7b0fb496afc8ae8b9216 GREEN ConstraintCheckerService.java 036808df8d173a994842bae370b557f54a196733 GREEN -ConstraintService.java c26ac10413affb35177cd77cdd82635dd2fdf75f YELLOW +ConstraintService.java 85e0fe920564b24ed8d230f8ec0395507cef4e7d GREEN DummyTopLevelElement.java 634dc9c9e205ab4b7bb7c7794565d927d4648a49 GREEN ElementCompositorService.java feab3d996d7c61e4cb17bd9e990a8d944e52180d GREEN LibraryPrototypeProvider.java 039d75d5d972e1fd304577e29f82f95e2081255e GREEN diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java index 0608e610a..cbf3f6c5c 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java @@ -187,7 +187,7 @@ public final class ConstraintService implements IIntrospectiveKernelService, ICo * This is useful since it is essential to control very precisely how checksums are computed. * If equal to the empty string, debug is deactivated. * This string should however only be set to a non-empty string on a local machine, never - * commited! + * committed! */ private static final String DEBUG_FOLDER = null; diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/.ratings b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/.ratings index e72c48a4a..9cc037d46 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/.ratings +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/.ratings @@ -1,7 +1,7 @@ ICommandStackService.java 33726120716d0628e0ee328e7d1bf2669077b3fd GREEN IConnectionCompositorService.java c55950f1581ce421dd0213d816d0c14d30a88903 GREEN IConstraintCheckerService.java 96b4849e7f41448b36f3b91cc095c9cb60e65138 GREEN -IConstraintService.java 3741c64de837ccf1c28f7f4bc527335e218967cb YELLOW +IConstraintService.java 3741c64de837ccf1c28f7f4bc527335e218967cb GREEN IEclipseResourceStorageService.java 6cd3f7a697c3d1cbf897ae54ce5ebf75aab70b0a GREEN IElementCompositorService.java 30ff8e73fd024de5e408b7c5e10d44790aaf6e26 GREEN IKernelIntrospectionSystemService.java 685e85ac8639ae0bfd34cb2639bdc9c9b3b1d99a GREEN -- GitLab