All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gherkin.formatter.JSONPrettyFormatter Maven / Gradle / Ivy

The newest version!
package gherkin.formatter;


@Deprecated
public class JSONPrettyFormatter extends JSONFormatter {
    public JSONPrettyFormatter(Appendable out) {
        super(out);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy