X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/WebBrowserEditorInput.java b/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/WebBrowserEditorInput.java index 1f4681f..52820a0 100644 --- a/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/WebBrowserEditorInput.java +++ b/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/WebBrowserEditorInput.java @@ -69,9 +69,9 @@ public class WebBrowserEditorInput implements IWebBrowserEditorInput, /** * WebBrowser editor input for the homepage. */ - public WebBrowserEditorInput() { - this(null); - } +// public WebBrowserEditorInput() { +// this(null); +// } /** * WebBrowserEditorInput constructor comment. @@ -102,9 +102,9 @@ public class WebBrowserEditorInput implements IWebBrowserEditorInput, /** * WebBrowserEditorInput constructor comment. */ - public WebBrowserEditorInput(URL url, boolean b) { - this(url); - } +// public WebBrowserEditorInput(URL url, boolean b) { +// this(url); +// } /** * Returns true if this page can reuse the browser that the given input is