Formatted
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user