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 7b97207bcc7908244ae77af0d7f5fc5889d51a1f..d07be25747f0cfcccf08fa5edb5ae5e8d06b5d34 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 4e4ae1294a5a82f01d810f5dcbb4c218c144c58d..500bb8e659aa4256ce517d1e1f955e79a6516a05 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 $