summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java
diff options
context:
space:
mode:
authorStephan Schwaer2015-08-03 18:23:55 +0200
committerStephan Schwaer2015-08-03 18:23:55 +0200
commit636e05b4e13579cc29ad2bb041ebfd8a2676616a (patch)
treea4cb1b934c58a98ffa47effa08759bf8a1c40c2b /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java
parentMerge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 (diff)
downloadtutor-module-636e05b4e13579cc29ad2bb041ebfd8a2676616a.tar.gz
tutor-module-636e05b4e13579cc29ad2bb041ebfd8a2676616a.tar.xz
tutor-module-636e05b4e13579cc29ad2bb041ebfd8a2676616a.zip
[client] Fixed rows in LectureDetailsWindowLayout, fixed comments and imports.
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java12
1 files changed, 2 insertions, 10 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java
index ee7f5db8..6a75c521 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java
@@ -5,21 +5,13 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
-import java.util.Collections;
-import java.util.Comparator;
-import java.util.List;
import org.apache.log4j.Logger;
-import org.openslx.bwlp.thrift.iface.ImageDetailsRead;
import org.openslx.bwlp.thrift.iface.LectureRead;
-import org.openslx.bwlp.thrift.iface.OperatingSystem;
-import org.openslx.bwlp.thrift.iface.Virtualizer;
import org.openslx.dozmod.gui.Gui;
import org.openslx.dozmod.gui.MainWindow;
import org.openslx.dozmod.gui.helper.MessageType;
import org.openslx.dozmod.gui.window.layout.LectureDetailsWindowLayout;
-import org.openslx.dozmod.permissions.ImagePerms;
-import org.openslx.dozmod.thrift.MetaDataCache;
import org.openslx.dozmod.thrift.Session;
import org.openslx.dozmod.thrift.UserCache;
import org.openslx.dozmod.util.FormatHelper;
@@ -60,7 +52,7 @@ public class LectureDetailsWindow extends LectureDetailsWindowLayout {
}
/**
- * @param lectureId the id of the image to be displayed
+ * @param lectureId the id of the lecture to be displayed
*/
public void setLecture(final String lectureId) {
@@ -95,7 +87,7 @@ public class LectureDetailsWindow extends LectureDetailsWindowLayout {
}
/**
- * callback function when we received the image's details from the server
+ * callback function when we received the lecture's details from the server
*/
private void fill() {
if (lecture == null)