Punting to klp TODO to future TODO
Bug: 10605959
Change-Id: Idc6a5279b4280e46d43259447bb33e95a67e735e
diff --git a/src/com/android/phone/InCallScreenShowActivation.java b/src/com/android/phone/InCallScreenShowActivation.java
index 15abb11..8542ae9 100644
--- a/src/com/android/phone/InCallScreenShowActivation.java
+++ b/src/com/android/phone/InCallScreenShowActivation.java
@@ -78,7 +78,7 @@
// On voice-capable devices, we perform CDMA provisioning in
// "interactive" mode by directly launching the InCallScreen.
// boolean interactiveMode = PhoneGlobals.sVoiceCapable;
- // TODO(klp): Renable interactive mode for device provisioning.
+ // TODO: Renable interactive mode for device provisioning.
boolean interactiveMode = false;
Log.d(LOG_TAG, "ACTION_PERFORM_CDMA_PROVISIONING (interactiveMode = "
+ interactiveMode + ")...");