[111308] Remove various "deprecated/not used" classes
diff --git a/bundles/org.eclipse.wst.html.ui/src-html-validation/org/eclipse/wst/html/internal/validation/TaskListHelper.java b/bundles/org.eclipse.wst.html.ui/src-html-validation/org/eclipse/wst/html/internal/validation/TaskListHelper.java
index 04c1abf..71ede2d 100644
--- a/bundles/org.eclipse.wst.html.ui/src-html-validation/org/eclipse/wst/html/internal/validation/TaskListHelper.java
+++ b/bundles/org.eclipse.wst.html.ui/src-html-validation/org/eclipse/wst/html/internal/validation/TaskListHelper.java
@@ -14,13 +14,11 @@
 import org.eclipse.core.runtime.CoreException;
 
 /**
- * pa_TODO moved this class here for now to remove dependency on
- * validation packages
  * 
- * This class is intended to be used only by the validation framework. The
- * TaskListHelper class will be removed in Milestone 4.
+ * Class to help this Problem's list.
+ * 
  */
-public class TaskListHelper {
+class TaskListHelper {
 	private static TaskListHelper _taskListHelper = null;
 
 	public static TaskListHelper getTaskList() {