1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / TaskTagDictionary.java
index 867690b..ee83079 100644 (file)
@@ -74,7 +74,7 @@ public class TaskTagDictionary extends AbstractSpellDictionary implements
        /**
         * Handles the compiler task tags property change event.
         */
-       protected boolean updateTaskTags() {
+       private boolean updateTaskTags() {
 
                final String tags = JavaCore.getOption(JavaCore.COMPILER_TASK_TAGS);
                if (tags != null) {