mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
codacy: Avoid unused private fields
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
2696df8d46
commit
8ee3664601
2 changed files with 0 additions and 3 deletions
|
@ -33,8 +33,6 @@ import androidx.annotation.NonNull;
|
|||
|
||||
public class DeckApiImpl implements DeckApi {
|
||||
|
||||
private static final String TAG = DeckApiImpl.class.getSimpleName();
|
||||
|
||||
static final String APP_NAME = "deck";
|
||||
static final String[] DECK_APP_PACKAGES = new String[] {
|
||||
"it.niedermann.nextcloud.deck",
|
||||
|
|
|
@ -75,7 +75,6 @@ public class FileDataStorageManager {
|
|||
private static final String TAG = FileDataStorageManager.class.getSimpleName();
|
||||
|
||||
private static final String AND = " = ? AND ";
|
||||
private static final String FAILED_TO_UPDATE_MSG = "Fail to update file to database ";
|
||||
private static final String FAILED_TO_INSERT_MSG = "Fail to insert insert file to database ";
|
||||
private static final String SENDING_TO_FILECONTENTPROVIDER_MSG = "Sending %d operations to FileContentProvider";
|
||||
private static final String EXCEPTION_MSG = "Exception in batch of operations ";
|
||||
|
|
Loading…
Reference in a new issue