NotifyResolver: Remove todo that is already addressed

The todo has been resolved by change I677def138.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I43280367efed0cda63246cafaa3b106b86f1145b
This commit is contained in:
Edwin Kempin
2019-07-24 16:48:25 +02:00
committed by David Pursehouse
parent 188d4361c6
commit 0d79561b88

View File

@@ -59,7 +59,6 @@ public class NotifyResolver {
public abstract NotifyHandling handling();
// TODO(dborowitz): Should be ImmutableSetMultimap.
public abstract ImmutableSetMultimap<RecipientType, Account.Id> accounts();
public Result withHandling(NotifyHandling notifyHandling) {