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

nl.hsac.fitnesse.fixture.util.TextFormatter Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
package nl.hsac.fitnesse.fixture.util;

/**
 * Formatter that does not alter its input.
 */
public class TextFormatter implements Formatter {
    @Override
    public String format(String value) {
        return value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy