import com.ctc.wstx.stax.WstxInputFactory;

public final class WoodstoxLint {
  public static void main(String[] args) {
    StaxLintSupport.run("woodstox-lint", args, new WstxInputFactory());
  }
}
