Moves several TODO(klp) to TODO

Bug: 10605959
Change-Id: Ib7fec83a4bc59b1bd0b200af9ab63a298dd2b211
diff --git a/src/com/android/phone/CallModeler.java b/src/com/android/phone/CallModeler.java
index 5420945..271144e 100644
--- a/src/com/android/phone/CallModeler.java
+++ b/src/com/android/phone/CallModeler.java
@@ -70,7 +70,7 @@
  * the telephony layer. We use Connection references as identifiers for a call;
  * new reference = new call.
  *
- * TODO(klp): Create a new Call class to replace the simple call Id ints
+ * TODO: Create a new Call class to replace the simple call Id ints
  * being used currently.
  *
  * The new Call models are parcellable for transfer via the CallHandlerService