Refactory: remove unused classes, imports, fields and methods.
authorincastrix <incastrix>
Wed, 23 Dec 2009 17:47:38 +0000 (17:47 +0000)
committerincastrix <incastrix>
Wed, 23 Dec 2009 17:47:38 +0000 (17:47 +0000)
net.sourceforge.phpeclipse.ui/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) {