diff options
| author | Simon Rettberg | 2015-08-04 18:13:16 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2015-08-04 18:13:16 +0200 |
| commit | 2fc728c096c46666fded82d4a3dd8482a195344f (patch) | |
| tree | df908aa7a7ffff2a80bc5ff679b57f0990590e51 /dozentenmodul/src/main/java | |
| parent | [client] Add better error messages to image upload wizard (diff) | |
| download | tutor-module-2fc728c096c46666fded82d4a3dd8482a195344f.tar.gz tutor-module-2fc728c096c46666fded82d4a3dd8482a195344f.tar.xz tutor-module-2fc728c096c46666fded82d4a3dd8482a195344f.zip | |
[client] Fix javadoc comment formatting
Diffstat (limited to 'dozentenmodul/src/main/java')
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java index 61fc64bb..afb0fed8 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page/ImageUploadPage.java @@ -183,15 +183,12 @@ public class ImageUploadPage extends ImageUploadPageLayout { * "Next" button. * * Depending on the state, it will first try to get a UUID for the new image - * by calling - * createImage() of the thrift API. If a UUID is received, it will request - * an upload with - * requestImageVersionUpload(). If granted, it will finally start a thread - * for the UploadTask. + * by calling createImage() of the thrift API. If a UUID is received, it + * will request an upload with requestImageVersionUpload(). If granted, it + * will finally start a thread for the UploadTask. * * Then a callback to the Gui is executed where we can process the upload - * state and give the - * user feedback about it. + * state and give the user feedback about it. * */ @Override |
