View Javadoc
1   /*
2   CommentsIndentation
3   tokens = (default)SINGLE_LINE_COMMENT, BLOCK_COMMENT_BEGIN
4   
5   
6   */
7   
8   /* // violation '.* incorrect .* level 0, expected is 1, .* same .* as line 11.'
9    * Some comment here.
10   */
11   package com.puppycrawl.tools.checkstyle.checks.indentation.commentsindentation;
12  
13  public class InputCommentsIndentationBlockCommentBeforePackage {
14  }