Some of the package.html files that wre updated were given titles
that were mistakenly abbreviated. For example:
% grep -i title src/share/classes/com/sun/management/jmx/package.html
<title>management.jmx package</title>
The partial package name is incorrect and could be confused
with another subpackge. The label should be the full package name:
<title>com.sun.management.jmx package</title>
All fixes putback for this request should be checked:
4940063 Update copyright notices on all J2SE package.html files
that were mistakenly abbreviated. For example:
% grep -i title src/share/classes/com/sun/management/jmx/package.html
<title>management.jmx package</title>
The partial package name is incorrect and could be confused
with another subpackge. The label should be the full package name:
<title>com.sun.management.jmx package</title>
All fixes putback for this request should be checked:
4940063 Update copyright notices on all J2SE package.html files