189190191192193194195196197198199
protected void _execute() throws Exception { try { super._execute(); LineAttribute line = (LineAttribute) getContainer() .getAttribute(lineName); line.moveToLast(); line.setPersistent(false); } catch (Exception e) { // Do nothing. } }