Prints the string representation of the system property "line.separator" to the target stream.
()
| 515 | * {@code "line.separator"} to the target stream. |
| 516 | */ |
| 517 | public void println() { |
| 518 | newline(); |
| 519 | } |
| 520 | |
| 521 | /** |
| 522 | * Prints the string representation of the specified character array |
no test coverage detected