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

Method setSource

java/org/apache/catalina/tribes/group/Response.java:52–54  ·  view source on GitHub ↗

Set the source member. @param source The source member

(Member source)

Source from the content-addressed store, hash-verified

50 * @param source The source member
51 */
52 public void setSource(Member source) {
53 this.source = source;
54 }
55
56 /**
57 * Set the message.

Callers 2

generateClassMethod · 0.45
migrateLegacyAppMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected