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;