diff options
| author | Tobias Spitzer | 2014-08-26 07:42:14 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-26 07:42:14 +0200 |
| commit | 4fcc347e9b95c5dbf7ab2df310e66892c8da4380 (patch) | |
| tree | a270ce5b3735ebe99b8b2df1efe9eb56d04f9296 /Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java | |
| parent | sfda (diff) | |
| parent | date geändert (diff) | |
| download | tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.tar.gz tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.tar.xz tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Conflicts:
Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class
fsad
Diffstat (limited to 'Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java index 555dd9f6..ad178085 100644 --- a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java @@ -114,9 +114,6 @@ public class FTPSearchDownloader_GUI extends JFrame implements } catch (TException e1) { // TODO Auto-generated catch block e1.printStackTrace(); - JOptionPane.showMessageDialog(null, e1.getCause() - + "\n" + e1.getStackTrace(), - "Debug-Message", JOptionPane.ERROR_MESSAGE); } task.cancel(true); |
