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

Method toString

java/org/apache/catalina/core/StandardServer.java:783–786  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

781
782
783 @Override
784 public String toString() {
785 return "StandardServer[" + getPort() + ']';
786 }
787
788
789 /**

Callers

nothing calls this directly

Calls 1

getPortMethod · 0.95

Tested by

no test coverage detected