}
((BrowserView) part).setUrl(localhostURL);
- } catch (PartInitException e) {
- PHPeclipsePlugin.log(e);
+ } catch (Exception e) {
+ //PHPeclipsePlugin.log(e);
}
}
}
}
((BrowserView) part).refresh();
- } catch (PartInitException e) {
- PHPeclipsePlugin.log(e);
+ } catch (Exception e) {
+ // PHPeclipsePlugin.log(e);
}
}
}