comparison dwtx/jface/internal/text/html/SubstitutionTextReader.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents 6dcb0baaa031
children 25f1f92fa3df
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
69 * 69 *
70 * @param c the character to be substituted 70 * @param c the character to be substituted
71 * @return the substitution for <code>c</code> 71 * @return the substitution for <code>c</code>
72 * @throws IOException in case computing the substitution fails 72 * @throws IOException in case computing the substitution fails
73 */ 73 */
74 protected abstract String computeSubstitution(int c) throws IOException; 74 protected abstract String computeSubstitution(int c) ;
75 75
76 /** 76 /**
77 * Returns the internal reader. 77 * Returns the internal reader.
78 * 78 *
79 * @return the internal reader 79 * @return the internal reader