diff options
| author | Jonathan Bauer | 2015-03-04 17:03:25 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2015-03-04 17:03:25 +0100 |
| commit | 17c7608810c023354068699b21a8c6882d9f130a (patch) | |
| tree | 4ab23ccb171bc0fab98cd58cd905667eada70a33 /dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | |
| parent | fix wrong class for logging (diff) | |
| download | tutor-module-17c7608810c023354068699b21a8c6882d9f130a.tar.gz tutor-module-17c7608810c023354068699b21a8c6882d9f130a.tar.xz tutor-module-17c7608810c023354068699b21a8c6882d9f130a.zip | |
Thrift: reconnect on transport error
Moved ThriftManager and ThriftHandler to master-sync-shared
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
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")
|
