From 2a4c389913c6f2d68604ed20ebdf7823acbe79fd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 21 Jan 2016 20:43:36 +0100 Subject: [client] Remove useless comments --- .../main/java/org/openslx/dozmod/thrift/cache/MetaDataCache.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dozentenmodul/src/main/java') diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/cache/MetaDataCache.java b/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/cache/MetaDataCache.java index f7ed44e3..068e077b 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/cache/MetaDataCache.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/cache/MetaDataCache.java @@ -50,7 +50,6 @@ public class MetaDataCache { CACHE_TIME_MS) { @Override protected List update() throws TException { - // enable this code when the server call is implemented try { return ThriftManager.getSatClient().getLocations(); } catch (TException e) { @@ -58,12 +57,6 @@ public class MetaDataCache { } // querying masterserver does not make sense for locations return null; -// List testLocationList = new ArrayList(); -// testLocationList.add(new Location(1, "RZ - Raum 100")); -// testLocationList.add(new Location(2, "RZ - Raum 101")); -// testLocationList.add(new Location(3, "RZ - Raum 113")); -// testLocationList.add(new Location(4, "RZ - Raum 114")); -// return testLocationList; } }; -- cgit v1.2.3-55-g7522