View Javadoc
1   package org.checkstyle.suppressionxpathfilter.commentsindentation;
2   
3   public class InputXpathCommentsIndentationSingleLine {
4       int n;
5           // Comment // warn
6   }