Skip to content

Commit 3b2defe

Browse files
author
nicol
committed
pom updates
1 parent 75e14d9 commit 3b2defe

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.github.nicho92</groupId>
202202
<artifactId>cardnexus-api-java</artifactId>
203-
<version>1.4.39</version>
203+
<version>1.4.40</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>com.github.nicho92</groupId>

src/main/java/org/magic/api/wallpaper/impl/DeviantArtWallpaperProvider.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import java.io.IOException;
44
import java.net.URI;
55
import java.util.ArrayList;
6-
import java.util.Collections;
76
import java.util.Date;
87
import java.util.List;
98
import java.util.Map;
@@ -111,11 +110,7 @@ public List<MTGWallpaper> clientSearch(String search) {
111110
}
112111

113112
private List<MTGWallpaper> returnList(ArrayList<MTGWallpaper> list) {
114-
if (getBoolean("DATE_UPDATE_ORDER") && !list.isEmpty())
115-
Collections.sort(list, Collections.reverseOrder());
116-
117113
logger.info("{} return {} results", getName(), list.size());
118-
119114
return list;
120115
}
121116

0 commit comments

Comments
 (0)