Fixed the Javadoc comment. Not sure if the old style will create valid

output.
This commit is contained in:
Oliver Burn 2002-02-18 00:37:04 +00:00
parent b7c466d38c
commit 5e4b582734
1 changed files with 7 additions and 7 deletions

View File

@ -117,13 +117,13 @@ class MyModifierSet
}
/**
Checks if the modifiers were added in the order suggested
in the Java language specification.
@return if the modifiers are a subsequence of "public protected
private abstract static final transient volatile synchronized
native strictfp".
*/
* Checks if the modifiers were added in the order suggested
* in the Java language specification.
*
* @return if the modifiers are a subsequence of "public protected
* private abstract static final transient volatile synchronized
* native strictfp".
*/
boolean hasOrderSuggestedByJLS()
{
int i = 0;