217218219220221222223224225226227
ACIItem item = null; try { item = aciParser.parse( aci ); entryTuples.addAll( item.toTuples() ); } catch ( ParseException e ) { String msg = I18n.err( I18n.ERR_28, item ); LOG.error( msg, e );