gherkin.formatter.JSONPrettyFormatter Maven / Gradle / Ivy
The newest version!
package gherkin.formatter;
@Deprecated
public class JSONPrettyFormatter extends JSONFormatter {
public JSONPrettyFormatter(Appendable out) {
super(out);
}
}