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:
Matthias Schiffer 2011-06-08 18:16:04 +02:00
parent 70af06e1bf
commit 2e376414b9

View file

@ -153,4 +153,8 @@ public class MockView implements IView {
public IEvent1<File> getSaveEvent() {
return saveEvent;
}
@Override
public void clearView() {
}
}