Fixed the Javadoc comment. Not sure if the old style will create valid
output.
This commit is contained in:
parent
b7c466d38c
commit
5e4b582734
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue