X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java index 867690b..ee83079 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java @@ -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) {