diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2021-07-12 15:58:34 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2021-07-12 15:58:34 -0300 |
| commit | a732ae9404c0b7ba446d40bffb246ec43aad603c (patch) | |
| tree | 931a49908e951471e751e352c8baa3142019bb6b /base/src/main/java/bjc/utils/funcutils/TestUtils.java | |
| parent | a24c1042499f76ff2d442ae133ef165011a7af4c (diff) | |
| parent | aba8e262d0e89ebef4229ad807b67660fc9bef35 (diff) | |
Merge & Update
Diffstat (limited to 'base/src/main/java/bjc/utils/funcutils/TestUtils.java')
| -rw-r--r-- | base/src/main/java/bjc/utils/funcutils/TestUtils.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/src/main/java/bjc/utils/funcutils/TestUtils.java b/base/src/main/java/bjc/utils/funcutils/TestUtils.java index 681a8e6..860a565 100644 --- a/base/src/main/java/bjc/utils/funcutils/TestUtils.java +++ b/base/src/main/java/bjc/utils/funcutils/TestUtils.java @@ -36,6 +36,8 @@ public class TestUtils { * Even though it's awkward, the boolean has to come first. Otherwise, there are * cases where the compiler will get confused as to what the right value for T * is, and be unable to pick an overload. + * + * This is a case where named parameter would be rather useful. */ assertIteratorEquals(src, vals); |
