View Javadoc
1   package org.checkstyle.suppressionxpathfilter.commentsindentation;
2   
3   public class InputXpathCommentsIndentationSeparator {
4       public void main(String[] args) {
5           int n;
6       }
7   
8               /////////////// Comment separator // warn
9   
10      public void foo() {
11      }
12  }