A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / IInternalWebBrowser.java
index 9c996d2..0ca2336 100644 (file)
@@ -1,13 +1,14 @@
 package net.sourceforge.phpeclipse.webbrowser;
+
 /**
  * 
  */
 public interface IInternalWebBrowser extends IWebBrowser {
        public boolean getUseNewPage();
-       
+
        public boolean getClearHistoryOnExit();
-       
+
        public boolean isWorkingCopy();
-       
+
        public IInternalWebBrowserWorkingCopy getWorkingCopy();
 }
\ No newline at end of file