1   package org.checkstyle.suppressionxpathfilter.javadocvariable;
2   
3   public class SuppressionXpathRegressionJavadocVariableOne {
4   
5       private int age; //warn
6   
7       public void helloWorld(String name)
8       {
9       }
10  }