Skip to content

Commit 2b5a593

Browse files
committed
Remove historic Elide includes (no longer available)
Fixes #195
1 parent 0e4a1a9 commit 2b5a593

File tree

6 files changed

+14
-19
lines changed

6 files changed

+14
-19
lines changed

.idea/compiler.xml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ println "Platform is: ${javafxPlatform}"
3535
dependencies {
3636
def springBootVersion = "3.1.5"
3737
def mapStructVersion = "1.5.5.Final"
38-
def commonsVersion = "9a877cee8c77ea89f35995c326702c173036e048"
38+
def commonsVersion = "deb598d"
3939

4040
annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
4141
implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))

src/main/java/com/faforever/moderatorclient/api/domain/UserService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ private <T extends ElideEntity> ElideNavigatorOnCollection<T> addModeratorInclud
5656

5757
return builder
5858
.addInclude(variablePrefix + "names")
59-
.addInclude(variablePrefix + "globalRating")
60-
.addInclude(variablePrefix + "ladder1v1Rating")
6159
.addInclude(variablePrefix + "avatarAssignments")
6260
.addInclude(variablePrefix + "avatarAssignments.avatar")
6361
.addInclude(variablePrefix + "uniqueIds")

0 commit comments

Comments
 (0)