From 8c1ae278268a21c75a10256a71868f8ab29fafee Mon Sep 17 00:00:00 2001 From: incastrix Date: Wed, 23 Dec 2009 17:47:38 +0000 Subject: [PATCH] Refactory: remove unused classes, imports, fields and methods. --- .../ui/text/spelling/TaskTagDictionary.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java index 867690b..ee83079 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/spelling/TaskTagDictionary.java +++ b/net.sourceforge.phpeclipse.ui/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) { -- 1.7.1