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

Method remove

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

{@inheritDoc} @exception IllegalStateException if this set is currently locked

(Object o)

Source from the content-addressed store, hash-verified

179 * @exception IllegalStateException if this set is currently locked
180 */
181 @Override
182 public boolean remove(Object o) {
183 checkLocked();
184 return super.remove(o);
185 }
186
187
188 /**

Callers

nothing calls this directly

Calls 2

checkLockedMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected