MCPcopy Index your code
hub / github.com/davidgiven/luje / newline

Method newline

lib/java/io/PrintStream.java:380–382  ·  view source on GitHub ↗

Put the line separator String onto the print stream.

()

Source from the content-addressed store, hash-verified

378 * Put the line separator String onto the print stream.
379 */
380 private void newline() {
381 print(lineSeparator);
382 }
383
384 /**
385 * Prints the string representation of the specified character array

Callers 1

printlnMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected