public Point getSelection(IDocument document) { try { return proposalApplier.getSelection(document); } catch (Exception e) { BootActivator.log(e); return null; } }
@Override public Point getSelection(IDocument doc) { try { return applier.getSelection(doc); } catch (Exception e) { BootActivator.log(e); } return null; }