Annotation Location Check, extended typo fixing, issue #585
This commit is contained in:
parent
84115fe9bf
commit
afa3be755c
|
|
@ -155,7 +155,7 @@ public class AnnotationLocationCheck extends Check
|
|||
* Some javadoc.
|
||||
* @param allow Some javadoc.
|
||||
*/
|
||||
public final void setAllowSamelineParametrizedAnnotation(boolean allow)
|
||||
public final void setAllowSamelineParameterizedAnnotation(boolean allow)
|
||||
{
|
||||
allowSamelineParameterizedAnnotation = allow;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue