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:
parent
50f1d6c05a
commit
c6067afb00
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ public class MockView implements IView {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public MockTablePanel getTablePanel() {
|
public MockTablePanel getTablePanel() {
|
||||||
// TODO Auto-generated method stub
|
return tablePanel;
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Reference in a new issue