New code style. No functional changes.

This commit is contained in:
Harald Kuhr
2011-02-21 17:34:15 +01:00
parent c60f80aacb
commit ba4ff3dc45
23 changed files with 426 additions and 429 deletions
@@ -143,7 +143,7 @@ public abstract class ObjectAbstractTestCase extends TestCase {
clone.setAccessible(true);
}
Object cloned = clone.invoke(obj, null);
Object cloned = clone.invoke(obj);
assertNotNull("Cloned object should never be null", cloned);