anirup / cs2103aug12-t14-1j

Automatically exported from code.google.com/p/cs2103aug12-t14-1j
0 stars 0 forks source link

Error in ListOfEvents class #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, there seems to be a small error in this class-

public static void sortByPriority() {
        Comparator<Event> cmp = new CompareEventByPriority();       
        Collections.sort(listOfEvent, cmp);
    }
the error sasy "CompareEventByPrioirty" cannot be resolved to a type...

Original issue reported on code.google.com by supersa...@gmail.com on 30 Oct 2012 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by supersa...@gmail.com on 30 Oct 2012 at 7:29

GoogleCodeExporter commented 8 years ago
there is no error in mine - u can try cloning - the errors shuldnt be there 
then :)

Original comment by akaash.g...@gmail.com on 30 Oct 2012 at 10:35