686687688689690691692693694695696
} InputStream is = m.getContent(InputStream.class); if (is != null) { try { is.close(); m.removeContent(InputStream.class); } catch (IOException ioex) { //ignore } } }
608609610611612613614615616617618
631632633634635636637638639640641
580581582583584585586587588589590
626627628629630631632633634635636
638639640641642643644645646647648
599600601602603604605606607608609
662663664665666667668669670671672