improve findbugs score

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-03-05 16:23:56 +01:00
parent 087ed97e1a
commit 41b365234a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 0 additions and 10 deletions

View file

@ -169,11 +169,6 @@ public class LocalFileListFragment extends ExtendedListFragment implements Local
}
}
@Override
public int getColumnsCount() {
return super.getColumnsCount();
}
/**
* Call this, when the user presses the up button
*/

View file

@ -438,11 +438,6 @@ public class OCFileListFragment extends ExtendedListFragment implements
);
}
@Override
public int getColumnsCount() {
return super.getColumnsCount();
}
@Override
public void onShareIconClick(OCFile file) {
if (file.isFolder()) {