From 50397b8189d29f4d280bfd0bfb9c5943a8a3896e Mon Sep 17 00:00:00 2001 From: Tom Vahlman <tom@dsv.su.se> Date: Thu, 1 Mar 2012 16:23:43 +0100 Subject: [PATCH] Changed the text for the API doc. --- .../java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java b/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java index 1b3cb9f002..075c6491cc 100644 --- a/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java +++ b/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java @@ -98,7 +98,7 @@ public class GreedyMatchingAlgorithm implements MatchingAlgorithm { } /** - * Return the best match, the old one or the new one with supervisor + * Return a new Pair with a calculated score * @param projectIdea projectIdea * @param availability the availability * @return Pair