address javadoc issue

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1636 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2010-04-30 16:34:00 +00:00
parent f48076dc78
commit 92f8b0566d
1 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,8 @@ import org.eclipse.jetty.policy.entry.PrincipalEntry;
*
* </pre>
*
* For semantical details of this format, see the {@link org.apache.harmony.security.DefaultPolicy default policy
* description}. <br>
* For semantical details of this format, see org.apache.harmony.security.DefaultPolicy javadoc. <br>
*
* Keywords are case-insensitive in contrast to quoted string literals. Comma-separation rule is quite forgiving, most
* commas may be just omitted. Whitespaces, line- and block comments are ignored. Symbol-level tokenization is delegated
* to java.io.StreamTokenizer. <br>
@ -65,6 +65,7 @@ import org.eclipse.jetty.policy.entry.PrincipalEntry;
* This implementation is effectively thread-safe, as it has no field references to data being processed (that is,
* passes all the data as method parameters).
*
* This implementation is a bit more strict in enforcing format then the default policy scanner as implemented in the sun jdk.
*/
public class PolicyFileScanner
{