Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / html / HTMLFormattingStrategy.java
index a57fd08..e3d00d4 100644 (file)
@@ -13,7 +13,7 @@ import org.eclipse.jface.text.source.SourceViewer;
  * @author chrisl
  *
  * To change this generated comment edit the template variable "typecomment":
- * Window>Preferences>Java>Templates.
+ * Window>Preferences>Java>ObfuscatorIgnores.
  * To enable and disable the creation of type comments go to
  * Window>Preferences>Java>Code Generation.
  */
@@ -70,7 +70,6 @@ public class HTMLFormattingStrategy implements IFormattingStrategy, IHTMLConstan
        }
 
        public static String getLineDelimiterFor(IDocument doc) {
-               // new for: 1GF5UU0: ITPJUI:WIN2000 - "Organize Imports" in java editor inserts lines in wrong format
                String lineDelim = null;
                try {
                        lineDelim = doc.getLineDelimiter(0);