Changeset 15769
- Timestamp:
- 2008-05-28 19:39:28 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gli/trunk/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java
r15693 r15769 127 127 ((DocumentListener)listeners[i+1]).insertUpdate(event); 128 128 } 129 } catch(Exception e) {} 129 } catch(Exception e) { 130 DebugStream.println("Exception in fireInsertUpdate() " + e.getMessage()); 131 } 130 132 } 131 133 listeners = null;
