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

Method isLocked

java/org/apache/catalina/util/ResourceSet.java:102–104  ·  view source on GitHub ↗

Return the locked state of this parameter map. @return the locked state of this parameter map

()

Source from the content-addressed store, hash-verified

100 * @return the locked state of this parameter map
101 */
102 public boolean isLocked() {
103 return this.locked;
104 }
105
106
107 /**

Callers 1

getParameterMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected