removed unused import
This commit is contained in:
parent
fa1e623fb4
commit
b9ac991f49
|
@ -79,7 +79,7 @@ public class PublishFilesFormView extends Composite {
|
||||||
|
|
||||||
PublishFileView pv = null;
|
PublishFileView pv = null;
|
||||||
if (file.getIsAlreadyPublished()) {
|
if (file.getIsAlreadyPublished()) {
|
||||||
|
|
||||||
Label alert = new Label();
|
Label alert = new Label();
|
||||||
alert.setText(file.getFilename());
|
alert.setText(file.getFilename());
|
||||||
panelOfFilesPublished.add(alert);
|
panelOfFilesPublished.add(alert);
|
||||||
|
|
Loading…
Reference in New Issue