--- jsr166/src/extra166y/Ops.java 2012/01/31 01:51:13 1.5 +++ jsr166/src/extra166y/Ops.java 2013/01/16 00:51:11 1.6 @@ -12,9 +12,9 @@ import java.util.*; * within parallel methods on aggregates. This class provides type * names for all operation signatures accepting zero, one or two * arguments, and returning zero or one results, for parameterized - * types, as well as specializations to int, long, - * and double. In keeping with normal Java evaluation rules - * that promote, for example short to int, operation + * types, as well as specializations to {@code int}, {@code long}, + * and {@code double}. In keeping with normal Java evaluation rules + * that promote, for example {@code short} to {@code int}, operation * names for these smaller types are absent. * *

Preliminary release note: Some of the declarations in this @@ -26,18 +26,18 @@ import java.util.*; *