1   package com.puppycrawl.tools.checkstyle.xpathfilegeneratorastfilter;
2   
3   public class InputXpathFileGeneratorAstFilter {
4   
5       public String tabMethod() {
6   	return "Hello";
7       }
8   
9   }