added some comments

This commit is contained in:
Fredrik Friis 2012-02-08 19:04:48 +09:00
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>>() {