A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / internal / WebBrowserUIPlugin.java
index 89927d4..72d5d5a 100644 (file)
@@ -1,10 +1,10 @@
 /**
  * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved.   This program and the accompanying materials
+ * All rights reserved. � This program and the accompanying materials
  * are made available under the terms of the Common Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/cpl-v10.html
- *
+ �*
  * Contributors:
  *    IBM - Initial API and implementation
  */
@@ -15,6 +15,7 @@ import java.text.MessageFormat;
 import org.eclipse.core.runtime.Platform;
 import org.eclipse.ui.plugin.AbstractUIPlugin;
 import org.osgi.framework.BundleContext;
+
 /**
  * The main web browser plugin class.
  */
@@ -35,7 +36,7 @@ public class WebBrowserUIPlugin extends AbstractUIPlugin {
 
        /**
         * Returns the singleton instance of this plugin.
-        *
+        * 
         * @return net.sourceforge.phpeclipse.webbrowser.WebBrowserPlugin
         */
        public static WebBrowserUIPlugin getInstance() {
@@ -44,8 +45,9 @@ public class WebBrowserUIPlugin extends AbstractUIPlugin {
 
        /**
         * Returns the translated String found with the given key.
-        *
-        * @param key java.lang.String
+        * 
+        * @param key
+        *            java.lang.String
         * @return java.lang.String
         */
        public static String getResource(String key) {
@@ -57,11 +59,13 @@ public class WebBrowserUIPlugin extends AbstractUIPlugin {
        }
 
        /**
-        * Returns the translated String found with the given key,
-        * and formatted with the given arguments using java.text.MessageFormat.
-        *
-        * @param key java.lang.String
-        * @param arg java.lang.String
+        * Returns the translated String found with the given key, and formatted
+        * with the given arguments using java.text.MessageFormat.
+        * 
+        * @param key
+        *            java.lang.String
+        * @param arg
+        *            java.lang.String
         * @return java.lang.String
         */
        public static String getResource(String key, String arg) {
@@ -80,7 +84,7 @@ public class WebBrowserUIPlugin extends AbstractUIPlugin {
 
        /**
         * Shuts down this plug-in and saves all plug-in state.
-        *
+        * 
         * @exception Exception
         */
        public void stop(BundleContext context) throws Exception {