Skip to content

Commit

Permalink
Minor changes to address IP review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatpmk committed Dec 11, 2018
1 parent 6276bf1 commit e2b168c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internal/docs/servlet/ServletSpecAssertions.html
Expand Up @@ -2082,7 +2082,7 @@ <h2>Java(TM) Servlet<br>Servlet - 4.0<br>
</font></TD><TD align="center" valign="center"><font size="1PT">false</font></TD><TD align="center" valign="center"><font size="1PT">technology</font></TD><TD align="center" valign="center"><font size="1PT">active</font></TD><TD align="center" valign="center"><font size="1PT">true</font></TD>
</TR>
<TR>
<TD align="center" valign="center"><a name="Servlet:SPEC:99"></a><font size="1PT">Servlet:SPEC:99</font></TD><TD align="center" valign="center"><font size="1PT">10</font></TD><TD align="center" valign="center"><font size="1PT">7.2</font></TD><TD align="left" valign="center"><font size="1PT">As described in the J2SE license agreement, servlet containers that are not part of a Java EE product should not allow the application to override J2SE platform classes, such as those in the java.* and javax.* namespaces, that J2SE does not allow to be modified.</font></TD><TD align="center" valign="center"><font size="1PT">true</font></TD><TD align="center" valign="center"><font size="1PT">
<TD align="center" valign="center"><a name="Servlet:SPEC:99"></a><font size="1PT">Servlet:SPEC:99</font></TD><TD align="center" valign="center"><font size="1PT">10</font></TD><TD align="center" valign="center"><font size="1PT">7.2</font></TD><TD align="left" valign="center"><font size="1PT">As described in the Java EE license agreement, servlet containers that are not part of a Java EE product should not allow the application to override Java SE platform classes, such as those in the java.* and javax.* namespaces, that Java SE does not allow to be modified.</font></TD><TD align="center" valign="center"><font size="1PT">true</font></TD><TD align="center" valign="center"><font size="1PT">
<br>
</font></TD><TD align="center" valign="center"><font size="1PT">false</font></TD><TD align="center" valign="center"><font size="1PT">technology</font></TD><TD align="center" valign="center"><font size="1PT">active</font></TD><TD align="center" valign="center"><font size="1PT">true</font></TD>
</TR>
Expand Down
2 changes: 1 addition & 1 deletion internal/docs/servlet/ServletSpecAssertions.xml
Expand Up @@ -2456,7 +2456,7 @@
</assertion>
<assertion required="true" impl-spec="false" defined-by="technology" status="active" testable="true">
<id>Servlet:SPEC:99</id>
<description>As described in the J2SE license agreement, servlet containers that are not part of a Java EE product should not allow the application to override J2SE platform classes, such as those in the java.* and javax.* namespaces, that J2SE does not allow to be modified.</description>
<description>As described in the Java EE license agreement, servlet containers that are not part of a Java EE product should not allow the application to override Java SE platform classes, such as those in the java.* and javax.* namespaces, that Java SE does not allow to be modified.</description>
<location chapter="10" section="7.2"/>
</assertion>
<assertion required="true" impl-spec="false" defined-by="technology" status="active" testable="true">
Expand Down
5 changes: 0 additions & 5 deletions src/com/sun/ts/tests/javamail/ee/util/mailboxes/test3/17
Expand Up @@ -38,11 +38,6 @@ X-Status:
X-Keywords:
X-UID: 16

++ + + + + + + + + + + + + + + + + + + + + + + + + ++
++ This is an internal Sun mailing list. ++
++ Some information is proprietary/confidential. ++
++ Please do not forward email you see here to ++
++ any address outside Sun. ++
++ + + + + + + + + + + + + + + + + + + + + + + + + ++

> Geordie,
Expand Down

0 comments on commit e2b168c

Please sign in to comment.