diff options
| author | mokha <mokha@cisco.com> | 2019-05-08 17:59:17 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-08 17:59:17 -0600 |
| commit | 04c941e65015cdd96f2665fcb3daf6f27f55a6cd (patch) | |
| tree | 83e3b147b33d372bce7a5ef57b147340f15d6bf4 /src/Q4/BanffMarathonRunner.java | |
| parent | d7eccde0f7fe5f046a224336d2b2a789e9b0b9f7 (diff) | |
fix errors in the docs
Diffstat (limited to 'src/Q4/BanffMarathonRunner.java')
| -rw-r--r-- | src/Q4/BanffMarathonRunner.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Q4/BanffMarathonRunner.java b/src/Q4/BanffMarathonRunner.java index e9c68cf..e1598fa 100644 --- a/src/Q4/BanffMarathonRunner.java +++ b/src/Q4/BanffMarathonRunner.java @@ -35,7 +35,7 @@ public class BanffMarathonRunner extends AddressBook { * the marathon. Because java generics does not allow implementing a generic interface with * different type parameters, this code assumes the AddressBook is an instance of a Runner. * - * @param AddressBook the other runner to compare against + * @param other the other runner to compare against * @return a negative integer, zero, or a positive integer as the first argument is less than, * equal to, or greater than the second. */ @@ -91,7 +91,7 @@ public class BanffMarathonRunner extends AddressBook { /** * Returns the runners that finished the marathon in above or equal to average time. * - * @param the list of runners + * @param runners the list of runners * @return the list of runners that finished the marathon in above average time. */ public static String getAboveAverageRunners(BanffMarathonRunner[] runners) { |
