summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/Comparators.java
diff options
context:
space:
mode:
authorJonathan Bauer2016-01-18 17:44:47 +0100
committerJonathan Bauer2016-01-18 17:44:47 +0100
commitb4d75b70c37c076661632300363354ca9800e021 (patch)
treea0220cc3c6d695a7099a964f230f6f23cfff6959 /src/main/java/org/openslx/thrifthelper/Comparators.java
parentThrift(SAT): Add lecture is private only field to lecture struct (diff)
downloadmaster-sync-shared-b4d75b70c37c076661632300363354ca9800e021.tar.gz
master-sync-shared-b4d75b70c37c076661632300363354ca9800e021.tar.xz
master-sync-shared-b4d75b70c37c076661632300363354ca9800e021.zip
RPC update
added limitToLocations/limitToAllowedUsers to LectureRead added parentLocationId to Location struct
Diffstat (limited to 'src/main/java/org/openslx/thrifthelper/Comparators.java')
-rw-r--r--src/main/java/org/openslx/thrifthelper/Comparators.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/org/openslx/thrifthelper/Comparators.java b/src/main/java/org/openslx/thrifthelper/Comparators.java
index 99e55e5..bffaef8 100644
--- a/src/main/java/org/openslx/thrifthelper/Comparators.java
+++ b/src/main/java/org/openslx/thrifthelper/Comparators.java
@@ -4,7 +4,6 @@ import java.util.Comparator;
import org.openslx.bwlp.thrift.iface.ImageSummaryRead;
import org.openslx.bwlp.thrift.iface.ImageVersionDetails;
-import org.openslx.bwlp.thrift.iface.Location;
import org.openslx.bwlp.thrift.iface.OperatingSystem;
import org.openslx.bwlp.thrift.iface.Organization;
import org.openslx.bwlp.thrift.iface.Virtualizer;