MockView gibt ein tablePanel zurück

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@130 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-04 23:29:15 +02:00
parent 50f1d6c05a
commit c6067afb00

View file

@ -22,8 +22,7 @@ public class MockView implements IView {
@Override
public MockTablePanel getTablePanel() {
// TODO Auto-generated method stub
return null;
return tablePanel;
}
@Override