commit | ddfe04ad295ce14ccca87402b151b92a8e03d066 | [log] [tgz] |
---|---|---|
author | apanchenk <apanchenk> | Wed Jun 24 16:39:47 2009 +0000 |
committer | apanchenk <apanchenk> | Wed Jun 24 16:39:47 2009 +0000 |
tree | db7bd619d88f742837617fc7503a2e5bcc591cd2 | |
parent | cac109de101c617aba2d02bd0b07c5632eb1da6a [diff] |
increase visibility of target field
diff --git a/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/FormatterTextNodeWrapper.java b/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/FormatterTextNodeWrapper.java index 9647596..ac4767f 100644 --- a/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/FormatterTextNodeWrapper.java +++ b/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/FormatterTextNodeWrapper.java
@@ -13,7 +13,7 @@ public class FormatterTextNodeWrapper implements IFormatterTextNode { - private final IFormatterTextNode target; + protected final IFormatterTextNode target; public FormatterTextNodeWrapper(IFormatterTextNode target) { this.target = target;