MCPcopy Index your code
hub / github.com/apache/tomcat / newLine

Method newLine

java/org/apache/jasper/runtime/JspWriterImpl.java:291–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289
290
291 @Override
292 public void newLine() throws IOException {
293 write(System.lineSeparator());
294 }
295
296
297 /* Methods that do not terminate lines */

Callers 1

printlnMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected