blob: 03545c16cbe37920e1dee3e48dc69903b7e3e1e2 [file] [log] [blame]
package com.puppycrawl.tools.checkstyle.xpath.xpathquerygenerator;
public class InputXpathQueryGeneratorTabWidth {
public String toString() {
return "";
}
public void getName() {
}
private int tabAfterMe() {
return 1;
}
private String endLineTab = "qwe";
}