View Javadoc
1   package org.checkstyle.suppressionxpathfilter.whitespacearound;
2   
3   public class InputXpathWhitespaceAroundNotFollowed {
4       int bad =0; //warn
5       int good = 0;
6   }