Well, it's my turn to ask for help with this exercise:). So, for today we're written the printAdRevenue() and printCookUtilization() methods (both void) in the ManagerTablet class, and the corresponding getters for them in the StatisticsManager class (I wasn't creative and called mine Map<Date, Double> getAdRevenue() and TreeMultimap<Date, String> getCookUtilization()). I also had to write the List<EventDataRow> getEventDataRows(EventType eventType) method---a getter in the StatisticsStorage class, nested inside the StatisticsManager one, because I'd been instructed so (it didn't save me a lot of energy, but Ok, why not). I actually like the code I've come up with:)), but the validator doesn't seem to share my admiration:). The output's Ok, though. As usual, I'm wondering what I'm still doing wrong.