package tests.joptsimple;
public final class Strings {
private Strings() {
throw new UnsupportedOperationException();
}
public static final String EMPTY = "";
public static final String LINE_SEPARATOR = System.getProperty( "line.separator" );
}