summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/App.java
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodul/src/main/java/App.java')
-rw-r--r--dozentenmodul/src/main/java/App.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/dozentenmodul/src/main/java/App.java b/dozentenmodul/src/main/java/App.java
index 4cfef531..688ba81f 100644
--- a/dozentenmodul/src/main/java/App.java
+++ b/dozentenmodul/src/main/java/App.java
@@ -13,8 +13,6 @@ import org.apache.log4j.Logger;
import org.apache.log4j.PatternLayout;
import org.apache.log4j.spi.LoggingEvent;
-import org.openslx.thrifthelper.ThriftManager;
-
import config.Config;
import config.ConfigProxy;
@@ -111,26 +109,6 @@ public class App {
} catch (IOException e) {
LOGGER.error("IOException when trying to initialise the proxy, see trace: ", e);
}
- // Set master server to use (TODO: make configurable via command line)
- ThriftManager.setMasterServerAddress( "bwlp-masterserver.ruf.uni-freiburg.de" );
-
- // // Set up thrift error message displaying
- // ThriftManager.setErrorCallback(new ErrorCallback() {
- //
- // @Override
- // public void thriftError(Throwable t, String message) {
- // EventQueue.invokeLater(new Runnable() {
- //
- // @Override
- // public void run() {
- // JOptionPane.showMessageDialog(null, "Die Kommunikation mit dem Server ist fehlgeschlagen.\n"
- // + "Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind.\n"
- // + "Sofern das Problem weiterhin besteht, liegt möglicherweise eine serverseitige\n"
- // + "Störung vor.", "Fehler", JOptionPane.ERROR_MESSAGE);
- // }
- // });
- // }
- // });
// start the GUI
GuiManager.initGui();