MCPcopy Create free account
hub / github.com/apache/tomcat / newLine

Method newLine

java/org/apache/jasper/runtime/BodyContentImpl.java:132–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 @Override
133 public void newLine() throws IOException {
134 if (writer != null) {
135 writer.write(System.lineSeparator());
136 } else {
137 write(System.lineSeparator());
138 }
139 }
140
141 @Override
142 public void print(boolean b) throws IOException {

Callers 1

printlnMethod · 0.95

Calls 2

writeMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected