X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/AbstractTextTools.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/AbstractTextTools.java
index 8fbea65..cfa3247 100644
--- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/AbstractTextTools.java
+++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/AbstractTextTools.java
@@ -8,7 +8,7 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  * 
- * $Id: AbstractTextTools.java,v 1.2 2004-09-22 18:51:51 jsurfer Exp $
+ * $Id: AbstractTextTools.java,v 1.3 2006-10-21 23:13:54 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.ui.text;
@@ -55,12 +55,14 @@ public class AbstractTextTools {
 	 * Creates a new text tools collection.
 	 */
 	public AbstractTextTools(IPreferenceStore store, String[] properties) {
-	  this(store, properties, new ColorManager());
+		this(store, properties, new ColorManager());
 	}
+
 	/**
 	 * Creates a new text tools collection.
 	 */
-	public AbstractTextTools(IPreferenceStore store, String[] properties, ColorManager manager) {
+	public AbstractTextTools(IPreferenceStore store, String[] properties,
+			ColorManager manager) {
 		this.store = store;
 		this.properties = properties;
 
@@ -140,8 +142,8 @@ public class AbstractTextTools {
 	}
 
 	/**
-	 * Returns the color manager which is used to manage any XML-specific
-	 * colors needed for such things like syntax highlighting.
+	 * Returns the color manager which is used to manage any XML-specific colors
+	 * needed for such things like syntax highlighting.
 	 * 
 	 * @return the color manager to be used for XML text viewers
 	 */