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 | */ |
| 21 | public class Ambig implements Foo, Bar { |
| 22 | |
| 23 | @Override |
| 24 | public void doIt() { |
| 25 | } |
| 26 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected