diff options
| author | Nino Breuer | 2014-11-03 09:41:15 +0100 |
|---|---|---|
| committer | Nino Breuer | 2014-11-03 09:41:15 +0100 |
| commit | 2d382ba32a7ab06f47244d24c20e12d948c00319 (patch) | |
| tree | a50c05e4d540f4cc111b744ff1b2e988dca3708c /dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-2d382ba32a7ab06f47244d24c20e12d948c00319.tar.gz tutor-module-2d382ba32a7ab06f47244d24c20e12d948c00319.tar.xz tutor-module-2d382ba32a7ab06f47244d24c20e12d948c00319.zip | |
sd
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 457d3983..cb319c9f 100644 --- a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java @@ -132,7 +132,7 @@ public class SearchLecture_GUI extends JFrame { public void windowOpened(WindowEvent arg0) {
try {
initTableModel(modelMyLectures);
- //initTableModel(modelAll);
+ initTableModel(modelAll);
} catch (ParseException e) {
// TODO Auto-generated catch block
|
