View Javadoc
1   package org.checkstyle.suppressionxpathfilter.indentation;
2   
3   public class InputXpathIndentationBasicOffset {
4       void test() {} // warn
5   }