plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/ui/actions/WatchExpression.java
changeset 483 109da596fa9d
parent 471 06589bf52fa7
--- a/plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/ui/actions/WatchExpression.java	Wed Sep 01 16:59:08 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/ui/actions/WatchExpression.java	Thu Sep 02 10:50:38 2010 -0700
@@ -42,7 +42,7 @@
 
 @SuppressWarnings("restriction")
 public class WatchExpression extends ActionDelegate implements IEditorActionDelegate {
-    private final class FindNode extends ASTVisitor {
+    private static final class FindNode extends ASTVisitor {
         private final int offset;
         private final int length;