fixed typo in javadoc
This commit is contained in:
parent
6a3391fc1b
commit
369c315ff0
|
|
@ -23,8 +23,8 @@ import java.util.Arrays;
|
|||
import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Isolates the check funtionality in RegexpHeaderCheck in an external class.
|
||||
* This makes it easier to use the funtionality both in a Java
|
||||
* Isolates the check functionality in RegexpHeaderCheck in an external class.
|
||||
* This makes it easier to use the functionality both in a Java
|
||||
* {@link com.puppycrawl.tools.checkstyle.api.Check} and in
|
||||
* a {@link com.puppycrawl.tools.checkstyle.api.FileSetCheck}.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue