From 4832f7e2fc052eccd7ca4b9e271e6a502ada80cf Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Thu, 2 Sep 2021 09:54:27 +0200 Subject: [PATCH] Fix code formatting (no functional change) Issue-Ref: 4138 Issue-Url: #4138 Signed-off-by: Simon Barner <barner@fortiss.org> --- .../base/annotation/valueprovider/.ratings | 2 +- .../EStructuralFeatureDescriptor.java | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/.ratings b/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/.ratings index c03248032..a79483b3b 100644 --- a/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/.ratings +++ b/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/.ratings @@ -1,6 +1,6 @@ AnnotationInstSpec.java b4f2ed47a8984e751e04049de5bdb3cad2c0a933 GREEN DerivedAnnotationValueProviderBase.java afedd21d3469127bbb20adb34c191b5c9c980f6c GREEN -EStructuralFeatureDescriptor.java 2e14df3830d854bc1693382727b2033b23d0051c GREEN +EStructuralFeatureDescriptor.java 416e3cd900151e538922539b0b466908a1cf4639 GREEN EStructuralFeatureValueProviderBase.java 287facbbce47c16d892bae82a214f64ceeef2263 GREEN IAnnotationValueProvider.java 08e0e5f66dc97865e9ac03e1ac646af332845e14 GREEN ValueProviderBase.java e4e866840845346ec99a4304048f5327c4890996 GREEN diff --git a/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/EStructuralFeatureDescriptor.java b/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/EStructuralFeatureDescriptor.java index 2e14df383..416e3cd90 100644 --- a/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/EStructuralFeatureDescriptor.java +++ b/org.fortiss.tooling.base/src/org/fortiss/tooling/base/annotation/valueprovider/EStructuralFeatureDescriptor.java @@ -42,25 +42,25 @@ public class EStructuralFeatureDescriptor { * resolved. */ public enum EReferenceScope { - /** Current project (all models). */ - PROJECT, - - /** Current model (e.g., ComponentArchitecture). */ - MODEL, - - /** - * Sub-model below the {@link IModelElement} to which the annotation is attached that - * contains the {@link EStructuralFeature} managed by this - * {@link EStructuralFeatureDescriptor} (including the element itself). - */ - SUB_MODEL, - - /** - * Sub-model below the {@link IModelElement} to which the annotation is attached that - * contains the {@link EStructuralFeature} managed by this - * {@link EStructuralFeatureDescriptor} (NOT including the element itself). - */ - STRICT_SUB_MODEL + /** Current project (all models). */ + PROJECT, + + /** Current model (e.g., ComponentArchitecture). */ + MODEL, + + /** + * Sub-model below the {@link IModelElement} to which the annotation is attached that + * contains the {@link EStructuralFeature} managed by this + * {@link EStructuralFeatureDescriptor} (including the element itself). + */ + SUB_MODEL, + + /** + * Sub-model below the {@link IModelElement} to which the annotation is attached that + * contains the {@link EStructuralFeature} managed by this + * {@link EStructuralFeatureDescriptor} (NOT including the element itself). + */ + STRICT_SUB_MODEL } /** {@link EStructuralFeature} managed by this {@link EStructuralFeatureDescriptor}. */ -- GitLab