mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
fix codacy
This commit is contained in:
parent
83f6dc0686
commit
cf265e16d8
2 changed files with 0 additions and 3 deletions
|
@ -75,7 +75,6 @@ import java.util.List;
|
|||
/**
|
||||
* Adapter for the activity view
|
||||
*/
|
||||
|
||||
public class ActivityListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> {
|
||||
|
||||
protected static final int HEADER_TYPE = 100;
|
||||
|
@ -391,5 +390,4 @@ public class ActivityListAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -34,7 +34,6 @@ import com.owncloud.android.lib.common.utils.Log_OC;
|
|||
|
||||
import org.apache.commons.codec.binary.Hex;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.security.MessageDigest;
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import java.util.Locale;
|
||||
|
|
Loading…
Reference in a new issue