A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.core / src / net / sourceforge / phpeclipse / core / WebCore.java
index 52621b2..33b1e66 100644 (file)
@@ -8,14 +8,14 @@
  * Contributors:
  *     Christopher Lenz - initial API and implementation
  * 
- * $Id: WebCore.java,v 1.1 2004-09-02 18:05:22 jsurfer Exp $
+ * $Id: WebCore.java,v 1.2 2006-10-21 23:14:29 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.core;
 
 import org.eclipse.core.runtime.Plugin;
 
-//import net.sourceforge.phpeclipse.core.parser.ISourceParser;
+// import net.sourceforge.phpeclipse.core.parser.ISourceParser;
 
 /**
  * The main plugin class to be used in the desktop.
@@ -49,12 +49,13 @@ public class WebCore extends Plugin {
         * Creates and returns a parser that can handle resources of the specified
         * MIME type.
         * 
-        * @param mimeType the MIME type of the resource for which a parser should
-        *        be created
+        * @param mimeType
+        *            the MIME type of the resource for which a parser should be
+        *            created
         * @return the instantiated parser, or <tt>null</tt> if no parser for that
         *         MIME type is registered
         */
-//     public ISourceParser createParser(String mimeType) {
-//             return null;
-//     }
+       // public ISourceParser createParser(String mimeType) {
+       // return null;
+       // }
 }