From 38cf63626d37ee13c731a99ce85b18fa82d69fda Mon Sep 17 00:00:00 2001 From: Tom Vahlman <tom@dsv.su.se> Date: Tue, 28 Feb 2012 17:15:37 +0100 Subject: [PATCH] Removed faulty Java doc. --- .../java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java | 1 - 1 file changed, 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 e0e08fc488..1b3cb9f002 100644 --- a/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java +++ b/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java @@ -207,7 +207,6 @@ public class GreedyMatchingAlgorithm implements MatchingAlgorithm { * is added to Availability#getAvailability (int) for bachelor for each supervisor, this total availability is considered when * matching project ideas to supervisors * @param pairList all the matches that is produced, represented as instances of the class Pair - * @return */ private void calculateTotalAvailability(List<Pair> pairList) { for(Pair ourMatch : pairList) {