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

Method setConfigSizeFmt

java/org/apache/catalina/ssi/SSIMediator.java:160–162  ·  view source on GitHub ↗

Sets the size format for fsize output. @param configSizeFmt the size format string

(String configSizeFmt)

Source from the content-addressed store, hash-verified

158 * @param configSizeFmt the size format string
159 */
160 public void setConfigSizeFmt(String configSizeFmt) {
161 this.configSizeFmt = configSizeFmt;
162 }
163
164
165 /**

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected