Move comments to make them in visible by default in Eclipse

Change-Id: Ie3d4ee87f04a3d83ce99a76bba874102f74965ad
diff --git a/src/com/android/contacts/views/edit/ContactEditFragment.java b/src/com/android/contacts/views/edit/ContactEditFragment.java
index 3f10ea7..488a1a5 100644
--- a/src/com/android/contacts/views/edit/ContactEditFragment.java
+++ b/src/com/android/contacts/views/edit/ContactEditFragment.java
@@ -14,15 +14,6 @@
  * limitations under the License
  */
 
-
-// Here are the open TODOs for the Fragment transition
-// TODO How to save data? Service?
-// TODO Do account-list lookup always in a thread
-// TODO Remove the temporary instance once findFragmentById works
-// TODO Cleanup state handling (orientation changes etc).
-// TODO Cleanup the load function. It can currenlty also do insert, which is awkward
-// TODO Watch for background changes...How?
-
 package com.android.contacts.views.edit;
 
 import com.android.contacts.JoinContactActivity;
@@ -100,6 +91,13 @@
 import java.util.Comparator;
 import java.util.Date;
 
+//Here are the open TODOs for the Fragment transition
+//TODO How to save data? Service?
+//TODO Do account-list lookup always in a thread
+//TODO Cleanup state handling (orientation changes etc).
+//TODO Cleanup the load function. It can currenlty also do insert, which is awkward
+//TODO Watch for background changes...How?
+
 public class ContactEditFragment extends LoaderManagingFragment<ContactEditLoader.Result> {
 
     private static final String TAG = "ContactEditFragment";