From 17c7608810c023354068699b21a8c6882d9f130a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 4 Mar 2015 17:03:25 +0100 Subject: Thrift: reconnect on transport error Moved ThriftManager and ThriftHandler to master-sync-shared --- dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java') diff --git a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java index 2263fe59..8ae9871e 100644 --- a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java @@ -53,8 +53,8 @@ import models.person; import org.apache.thrift.TException; import org.openslx.sat.thrift.iface.Lecture; +import org.openslx.thrifthelper.ThriftManager; -import thrift.ThriftManager; import util.GuiManager; @SuppressWarnings("serial") -- cgit v1.2.3-55-g7522