/**
* 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;
}