From db92f6db4a7ece4bcd05c23655fc2a232c12247c Mon Sep 17 00:00:00 2001 From: Vincent Aravantinos <aravantinos@fortiss.org> Date: Tue, 26 Jul 2016 09:00:11 +0000 Subject: [PATCH] RED refs 2490 --- .../kernel/extension/base/TutorialBlacklistAllProvider.java | 2 ++ .../kernel/extension/base/TutorialWhitelistAllProvider.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialBlacklistAllProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialBlacklistAllProvider.java index 7b97207bc..d07be2574 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialBlacklistAllProvider.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialBlacklistAllProvider.java @@ -23,6 +23,8 @@ import org.fortiss.tooling.kernel.extension.data.Prototype; /** * An {@link ITutorialWhitelistProvider} that blacklists everything. * + * TODO(VA) Should then the name of the class be suffixed with "Base" for the sake of convention? + * * @author hoelzl * @author $Author: hoelzl $ * @version $Rev: 18709 $ diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialWhitelistAllProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialWhitelistAllProvider.java index 4e4ae1294..500bb8e65 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialWhitelistAllProvider.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/base/TutorialWhitelistAllProvider.java @@ -23,6 +23,8 @@ import org.fortiss.tooling.kernel.extension.data.Prototype; /** * An {@link ITutorialWhitelistProvider} that whitelists everything. * + * TODO(VA) Should then the name of the class be suffixed with "Base" for the sake of convention? + * * @author hoelzl * @author $Author: hoelzl $ * @version $Rev: 18709 $ -- GitLab