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

diff --git a/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowserUIPlugin.java b/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowserUIPlugin.java
index 179e0b4..72d5d5a 100644
--- a/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowserUIPlugin.java
+++ b/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowserUIPlugin.java
@@ -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
  */
@@ -12,9 +12,10 @@ package net.sourceforge.phpeclipse.webbrowser.internal;
 
 import java.text.MessageFormat;
 
-import org.eclipse.core.runtime.*;
+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 {