A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / ExtendedBrowser.java
index 349f98e..a1b23ba 100644 (file)
@@ -1,10 +1,10 @@
 /**
  * Copyright (c) 2004 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
  */
@@ -14,12 +14,14 @@ import net.sourceforge.phpeclipse.webbrowser.internal.WebBrowser;
 
 import org.eclipse.swt.browser.Browser;
 import org.eclipse.swt.widgets.Composite;
+
 /**
- * Web browser widget. Extends the eclipse Browser widget by adding an
- * optional toolbar and statusbar.
+ * Web browser widget. Extends the eclipse Browser widget by adding an optional
+ * toolbar and statusbar.
  */
 public class ExtendedBrowser extends WebBrowser {
-       public ExtendedBrowser(Composite parent, final boolean showToolbar, final boolean showStatusbar) {
+       public ExtendedBrowser(Composite parent, final boolean showToolbar,
+                       final boolean showStatusbar) {
                super(parent, showToolbar, showStatusbar);
        }