comparison dwtx/text/edits/RangeMarker.d @ 136:6dcb0baaa031

Regex removal of throws decls, some instanceof
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:20:40 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
135:65801ad2b265 136:6dcb0baaa031
83 } 83 }
84 84
85 /* 85 /*
86 * @see TextEdit#performDocumentUpdating 86 * @see TextEdit#performDocumentUpdating
87 */ 87 */
88 int performDocumentUpdating(IDocument document) throws BadLocationException { 88 int performDocumentUpdating(IDocument document) {
89 fDelta= 0; 89 fDelta= 0;
90 return fDelta; 90 return fDelta;
91 } 91 }
92 92
93 /* 93 /*