Removed faulty Java doc.
This commit is contained in:
parent
95308fc113
commit
38cf63626d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user