62636465666768697071
abortorStack.pop(); } public void abort() throws IOException { if (abortable && ! abortorStack.isEmpty()) { Abortable abortable = abortorStack.pop(); if (abortable != null) abortable.abort(); } }