Comment out re-editing feature

Change-Id: Ib4ffee3a00b8dae75e3472ccdfcb3765625ed4ed
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 2527c81..da5b388 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -715,7 +715,8 @@
 
         // TODO: Uncomment this block when we enable re-editing feature
         // If a word is selected
-        /*if (isPredictionOn() && mJustRevertedSeparator == null
+        /*
+        if (isPredictionOn() && mJustRevertedSeparator == null
                 && (candidatesStart == candidatesEnd || newSelStart != oldSelStart)
                 && (newSelStart < newSelEnd - 1 || (!mPredicting))
                 && !mVoiceInputHighlighted) {
@@ -724,7 +725,8 @@
             } else {
                 abortCorrection(false);
             }
-        }*/
+        }
+        */
     }
 
     @Override