Fix mock view
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@389 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
70af06e1bf
commit
2e376414b9
1 changed files with 4 additions and 0 deletions
|
@ -153,4 +153,8 @@ public class MockView implements IView {
|
|||
public IEvent1<File> getSaveEvent() {
|
||||
return saveEvent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clearView() {
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue