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

Method await

java/org/apache/catalina/startup/Catalina.java:971–975  ·  view source on GitHub ↗

Await and shutdown.

()

Source from the content-addressed store, hash-verified

969 * Await and shutdown.
970 */
971 public void await() {
972
973 getServer().await();
974
975 }
976
977
978 /**

Callers 1

startMethod · 0.95

Calls 2

getServerMethod · 0.95
awaitMethod · 0.65

Tested by

no test coverage detected