Remove getClass() call in findAssertionBuilderTarget().

c is already a Class object, calling getClass() on a Class object isn't intended here -- instead, the intention is to recursively find the super class from c.
1 file changed
tree: 26404516c23380b9f7164c6b47ab0089b35da145
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.txt
  5. RELEASE-NOTE.txt