MCPcopy Create free account
hub / github.com/antlr/codebuff / cleanUp

Method cleanUp

output/java_guava/1.4.13/ForwardingCache.java:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 public void cleanUp() {
129 delegate().cleanUp();
130 }
131
132 /**
133 * A simplified version of {@link ForwardingCache} where subclasses can pass in an already

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
cleanUpMethod · 0.65

Tested by

no test coverage detected