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

Method toString

test/org/apache/jasper/runtime/TesterTypeA.java:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34 @Override
35 public String toString() {
36 if (data == null) {
37 return "";
38 } else {
39 return data.toString();
40 }
41 }
42}

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected