Add the fetchUnread method to the AlertDB to be implemented.

master
bspeice 2013-10-16 14:14:20 -04:00
parent 0c98d681d1
commit a96694e4ad
1 changed files with 4 additions and 0 deletions

View File

@ -29,4 +29,8 @@ public class AlertDB {
return null;
}
public List<Alert> fetchUnread() {
return null;
}
}