Issue #2451: deprecated AbstractFormatCheck

This commit is contained in:
rnveach 2015-11-05 07:45:37 -05:00 committed by Roman Ivanov
parent 541d6e2581
commit 4b75ad4bd0
1 changed files with 3 additions and 1 deletions

View File

@ -31,9 +31,11 @@ import com.puppycrawl.tools.checkstyle.api.Check;
* {@link Pattern regular expression}. It
* provides support for setting the regular
* expression using the property name {@code format}. </p>
*
* @deprecated Checkstyle will not support abstract checks anymore. Use {@link Check} instead.
* @author Oliver Burn
* @noinspection AbstractClassNeverImplemented
*/
@Deprecated
public abstract class AbstractFormatCheck
extends Check {
/** The flags to create the regular expression with. */