MCPcopy
hub / github.com/apache/commons-lang / Ambig

Class Ambig

src/test/java/org/apache/commons/lang3/reflect/testbed/Ambig.java:21–26  ·  src/test/java/org/apache/commons/lang3/reflect/testbed/Ambig.java::Ambig

Source from the content-addressed store, hash-verified

19/**
20 */
21public class Ambig implements Foo, Bar {
22
23 @Override
24 public void doIt() {
25 }
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected