PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / TemplateSet.java
index 8f88d1a..7e17912 100644 (file)
@@ -36,7 +36,7 @@ import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
 
 /**
- * <code>TemplateSet</code> manages a collection of templates and makes them
+ * <code>ObfuscatorIgnoreSet</code> manages a collection of templates and makes them
  * persistent.
  */
 public class TemplateSet {
@@ -228,14 +228,14 @@ public class TemplateSet {
        private static void throwReadException(Throwable t) throws CoreException {
     PHPeclipsePlugin.log(t);
 //             IStatus status= new JavaUIStatus(JavaStatusConstants.TEMPLATE_IO_EXCEPTION,
-//                     TemplateMessages.getString("TemplateSet.error.read"), t); //$NON-NLS-1$
+//                     ObfuscatorMessages.getString("TemplateSet.error.read"), t); //$NON-NLS-1$
 //             throw new JavaUIException(status);
        }
        
        private static void throwWriteException(Throwable t) throws CoreException {
     PHPeclipsePlugin.log(t);
 //             IStatus status= new JavaUIStatus(JavaStatusConstants.TEMPLATE_IO_EXCEPTION,
-//                     TemplateMessages.getString("TemplateSet.error.write"), t); //$NON-NLS-1$
+//                     ObfuscatorMessages.getString("TemplateSet.error.write"), t); //$NON-NLS-1$
 //             throw new JavaUIException(status);
        }