added some comments
This commit is contained in:
parent
5bdedd7a24
commit
12906caf39
@ -167,6 +167,12 @@ SupervisorDao {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* THIS IS THE OLD WAY OF GETTING AVAILABILITIES FOR MATCHING.
|
||||
* Ive changed it so that we now get availabilities for the algorithm
|
||||
* the same way as the GUI gets availabilities for individual supervisors.
|
||||
* by Friis
|
||||
*/
|
||||
// @Override
|
||||
// public List<Availability> getAvailability() {
|
||||
// return getJpaTemplate().execute(new JpaCallback<List<Availability>>() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user