$Rev: 46019 $ $Date: 2004-09-14 04:56:06 -0500 (Tue, 14 Sep 2004) $
121122123124125126127128129130131
line = null; } // Update history if (line != null && updateHistory && isHistoryEnabled()) { History h = getHistory(); h.add(line); } return line; }