diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-22 12:29:26 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-22 12:29:26 -0400 |
| commit | 7ed88d289b0bbc00b097e345dfac90208038cab3 (patch) | |
| tree | f9e047616595cf2c644752b39fc2a81c83c64f41 /BJC-Utils2/src/main/java/bjc/utils/data | |
| parent | 01cb9f504c860bc1c037a44f3a76bf342a293d46 (diff) | |
General formatting changes
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/data')
| -rw-r--r-- | BJC-Utils2/src/main/java/bjc/utils/data/IPair.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java b/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java index 9923099..fcf5618 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java +++ b/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java @@ -46,7 +46,9 @@ public interface IPair<L, R> { /** * Collapse this pair to a single value. Does not change the internal * contents of this pair. - * @param <E> The resulting type after merging + * + * @param <E> + * The resulting type after merging * * @param bf * The function to use to collapse the pair. |
