minor: suppress for indelij idea 2016.2 violation , disabled till https://youtrack.jetbrains.com/issue/IDEA-158662 (#3353)
This commit is contained in:
parent
4674e599d9
commit
cb78d95c3d
|
|
@ -27,6 +27,7 @@ import com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser;
|
|||
* @author Baratali Izmailov
|
||||
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html">
|
||||
* javadoc - The Java API Documentation Generator</a>
|
||||
* @noinspection JavaDoc
|
||||
*/
|
||||
public final class JavadocTokenTypes {
|
||||
/** Rule types offset. */
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ import com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes;
|
|||
*
|
||||
* @author Oliver Burn
|
||||
* @author <a href="mailto:dobratzp@ele.uri.edu">Peter Dobratz</a>
|
||||
* @noinspection JavaDoc
|
||||
*/
|
||||
public final class TokenTypes {
|
||||
// The following three types are never part of an AST,
|
||||
|
|
|
|||
Loading…
Reference in New Issue