Formatted

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
asharani-murugesh
2016-02-16 09:29:17 +01:00
parent d3035ccebe
commit 1252bfe53d

View File

@@ -207,7 +207,9 @@ public class UploadLayout extends VerticalLayout {
// reset before we start // reset before we start
uploadInfoWindow.uploadSessionStarted(); uploadInfoWindow.uploadSessionStarted();
} else { } else {
//If the upload is not started, it signifies all dropped files as either duplicate or directory.So display message accordingly // If the upload is not started, it signifies all
// dropped files as either duplicate or directory.So
// display message accordingly
displayCompositeMessage(); displayCompositeMessage();
} }
} }
@@ -422,7 +424,6 @@ public class UploadLayout extends VerticalLayout {
} }
} }
private String getDuplicateFileValidationMessage() { private String getDuplicateFileValidationMessage() {
StringBuilder message = new StringBuilder(); StringBuilder message = new StringBuilder();
if (!duplicateFileNamesList.isEmpty()) { if (!duplicateFileNamesList.isEmpty()) {