removed unused import

This commit is contained in:
Francesco Mangiacrapa 2020-02-07 15:23:53 +01:00
parent fa1e623fb4
commit b9ac991f49
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class PublishFilesFormView extends Composite {
PublishFileView pv = null;
if (file.getIsAlreadyPublished()) {
Label alert = new Label();
alert.setText(file.getFilename());
panelOfFilesPublished.add(alert);