Revision 623:66f69a7348ed src/gr/ebs/gss/client/commands/UploadFileCommand.java

b/src/gr/ebs/gss/client/commands/UploadFileCommand.java
48 48
		containerPanel = _containerPanel;
49 49
	}
50 50

  
51
	@Override
51 52
	public void execute() {
52 53
		containerPanel.hide();
53 54
		displayNewFile();
......
65 66
		getFileList();
66 67
		DeferredCommand.addCommand(new IncrementalCommand() {
67 68

  
69
			@Override
68 70
			public boolean execute() {
69 71
				boolean res = canContinue();
70 72
				if (res) {

Also available in: Unified diff