- Common ways to obtain EditsImpl
private void myMethod () {}
@Override protected void undoEditAction(ProcessorImpl processor) { try { new EditsImpl().getAddProcessorInputPortEdit(processor, port).doEdit(); } catch (EditException e) { logger.error("There was an error adding an input port to a Processor whilst undoing a remove"); } }
@Override protected void undoEditAction(ProcessorImpl processor) { try { new EditsImpl().getAddProcessorInputPortEdit(processor, port).doEdit(); } catch (EditException e) { logger.error("There was an error adding an input port to a Processor whilst undoing a remove"); } }