A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / IExternalWebBrowser.java
index e096266..18659dd 100644 (file)
@@ -1,15 +1,16 @@
 package net.sourceforge.phpeclipse.webbrowser;
+
 /**
  * 
  */
 public interface IExternalWebBrowser extends IWebBrowser {
        public String getLocation();
-       
+
        public String getParameters();
-       
+
        public void delete();
-       
+
        public boolean isWorkingCopy();
-       
+
        public IExternalWebBrowserWorkingCopy getWorkingCopy();
 }
\ No newline at end of file