summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/models/Lecture.java
diff options
context:
space:
mode:
authorMichael Wilson2014-05-22 15:41:52 +0200
committerMichael Wilson2014-05-22 15:41:52 +0200
commita4531f554892e07e3203f69df0f03179e9c2d019 (patch)
tree2fc91b834adc2ad6f6dee631ff4b1987b5f97301 /Dozentenmodul/src/models/Lecture.java
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.gz
tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.xz
tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.zip
Überflüssige Main-Methoden entfernt
Diffstat (limited to 'Dozentenmodul/src/models/Lecture.java')
-rw-r--r--Dozentenmodul/src/models/Lecture.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dozentenmodul/src/models/Lecture.java b/Dozentenmodul/src/models/Lecture.java
index 6b7e6fa1..eae05ec5 100644
--- a/Dozentenmodul/src/models/Lecture.java
+++ b/Dozentenmodul/src/models/Lecture.java
@@ -4,7 +4,6 @@ import java.util.Date;
public class Lecture {
-
private String name;
private String newName;
private String shortDesc;
@@ -14,8 +13,6 @@ public class Lecture {
private boolean active;
private String id;
private String linkedImagename;
-
-
public static Lecture lecture =new Lecture();