Skip to content

Commit

Permalink
Organize imports in SoLoader
Browse files Browse the repository at this point in the history
Summary: Some emacs users probably made these out-of-order.

Reviewed By: mkillianey, strulovich

Differential Revision: D3808101

fbshipit-source-id: 67d9e24efd746807fda520b82e3f5e3d181fb5e6
  • Loading branch information
dreiss authored and Pascal Hartig committed Jan 9, 2018
1 parent 16f3032 commit 090897a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions java/com/facebook/soloader/SoLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,20 @@

package com.facebook.soloader;

import javax.annotation.Nullable;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.HashSet;
import java.util.ArrayList;
import java.io.FileNotFoundException;

import java.util.HashSet;
import java.util.Set;

import javax.annotation.Nullable;

import android.content.Context;
import android.os.Build;

import android.content.pm.ApplicationInfo;

import android.os.Build;
import android.os.StrictMode;
import android.os.Trace;

import android.text.TextUtils;

/**
Expand Down

0 comments on commit 090897a

Please sign in to comment.