src/share/classes/com/sun/tools/javadoc/ParamTagImpl.java

changeset 1410
bfec2a1cc869
parent 1359
25e14ad23cef
child 2525
2eb010b6cb22
equal deleted inserted replaced
1409:33abf479f202 1410:bfec2a1cc869
41 * @author Robert Field 41 * @author Robert Field
42 * 42 *
43 */ 43 */
44 class ParamTagImpl extends TagImpl implements ParamTag { 44 class ParamTagImpl extends TagImpl implements ParamTag {
45 45
46 private static Pattern typeParamRE = Pattern.compile("<([^<>]+)>"); 46 private static final Pattern typeParamRE = Pattern.compile("<([^<>]+)>");
47 47
48 private final String parameterName; 48 private final String parameterName;
49 private final String parameterComment; 49 private final String parameterComment;
50 private final boolean isTypeParameter; 50 private final boolean isTypeParameter;
51 51

mercurial