Skip to content

Commit f6f32d8

Browse files
Remove comment
Co-authored-by: Peter Seibel <peter@gigamonkeys.com>
1 parent fd15d2c commit f6f32d8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CodeTestHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ private String getInstanceMethodOutput(String methodName, Object[] args)// throw
439439
if (m.getName().equals(methodName)) {
440440

441441
if (!checkStaticMethod(m) && checkReturnType(m, "void")) {
442-
// this was ignoring the args passed in before
443-
// which is probably not the desired behavior
444442
return getInstanceMethodOutput(m, args);
445443
} else if (!checkStaticMethod(m)) {
446444
Object o = getTestInstance();

0 commit comments

Comments
 (0)