6737323: Typo in javadoc for SocketPermission

Remove redundant line form class description

Reviewed-by: jccollet
This commit is contained in:
Chris Hegarty 2009-03-04 13:36:33 +00:00
parent 9caca0a089
commit bfa69d72f5

View File

@ -113,7 +113,6 @@ import sun.security.util.SecurityConstants;
* <p>Similarly, if the following permission:
*
* <pre>
* p1 = new SocketPermission("puffin.eng.sun.com:7777", "connect,accept");
* p2 = new SocketPermission("localhost:1024-", "accept,connect,listen");
* </pre>
*