A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / views / ShowInContextBrowser.java
index 20c3a98..c0fa7b5 100644 (file)
@@ -5,13 +5,14 @@ import org.eclipse.ui.part.ShowInContext;
 
 /**
  * Adds an URL String to the ShowInContext for the BrowserUtil
- *
- *
+ * 
+ * 
  */
 public class ShowInContextBrowser extends ShowInContext {
        String fLocalhostUrl;
 
-       public ShowInContextBrowser(Object input, ISelection selection, String localhostUrl) {
+       public ShowInContextBrowser(Object input, ISelection selection,
+                       String localhostUrl) {
                super(input, selection);
                fLocalhostUrl = localhostUrl;
        }