Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
println
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected