Clean up package and imports left over from bridge merge

Reviewed By: javache

Differential Revision: D5077810

fbshipit-source-id: 2f569bfc9d0c45d2ca93b6e036efdaec9511633c
This commit is contained in:
Kathy Gray
2017-05-17 07:34:32 -07:00
committed by Facebook Github Bot
parent c785763773
commit cc16830cfb
14 changed files with 5 additions and 55 deletions

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com.facebook.react.devsupport;
package com.facebook.react.common;
import javax.annotation.Nullable;
@@ -16,7 +16,6 @@ import java.io.IOException;
import android.text.TextUtils;
import com.facebook.common.logging.FLog;
import com.facebook.react.common.ReactConstants;
import org.json.JSONException;
import org.json.JSONObject;