Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Feb 8, 2024
1 parent c2a4a6b commit 887c491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ private void verifyTestPair(Class<?> sourceClass, Class<?> targetClass, Object[]
testPair[0] = ((Supplier<?>) testPair[0]).get();
}

// If lambda Supplier function given, execute it and substitute the value into the source location
// If lambda Supplier function given, execute it and substitute the value into the target location
if (testPair[1] instanceof Supplier) {
testPair[1] = ((Supplier<?>) testPair[1]).get();
}
Expand Down

0 comments on commit 887c491

Please sign in to comment.