mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
make sort by date package private
This commit is contained in:
parent
34568caba7
commit
c439e84880
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
|
|||
|
||||
public class FileSortOrderByDate extends FileSortOrder {
|
||||
|
||||
public FileSortOrderByDate(String name, boolean ascending) {
|
||||
FileSortOrderByDate(String name, boolean ascending) {
|
||||
super(name, ascending);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue