Remove obsolete todo comment
Change-Id: I9ebb573e8c259abd71f2cc90bae20764c10cf620
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -38,7 +38,6 @@ final class InstallCoordinating implements IntentProcessPhase { | ... | @@ -38,7 +38,6 @@ final class InstallCoordinating implements IntentProcessPhase { |
38 | private final IntentData pending; | 38 | private final IntentData pending; |
39 | private final IntentData current; | 39 | private final IntentData current; |
40 | 40 | ||
41 | - // TODO: define an interface and use it, instead of IntentManager | ||
42 | InstallCoordinating(IntentProcessor processor, IntentData pending, IntentData current) { | 41 | InstallCoordinating(IntentProcessor processor, IntentData pending, IntentData current) { |
43 | this.processor = checkNotNull(processor); | 42 | this.processor = checkNotNull(processor); |
44 | this.pending = checkNotNull(pending); | 43 | this.pending = checkNotNull(pending); | ... | ... |
-
Please register or login to post a comment