/** * Get the platform's String to mark the end of each line. * lineSeparator is a misnomer. It really should be lineTerminator. */ static final String lineSeparator = System.getProperty ( "line.separator" );