Sho SHIMIZU
Committed by Brian O'Connor

Remove obsolete comment

Change-Id: Ib14cfa5b287d5852011fe9b16f7397a1da306a45
...@@ -425,7 +425,6 @@ public class IntentManager ...@@ -425,7 +425,6 @@ public class IntentManager
425 } 425 }
426 } 426 }
427 427
428 - // TODO: simplify the branching statements
429 private IntentUpdate createIntentUpdate(IntentData intentData) { 428 private IntentUpdate createIntentUpdate(IntentData intentData) {
430 switch (intentData.state()) { 429 switch (intentData.state()) {
431 case INSTALL_REQ: 430 case INSTALL_REQ:
......