Add getSize to MockTable
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@125 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
88766c6df2
commit
104f9bab94
1 changed files with 6 additions and 0 deletions
|
@ -61,4 +61,10 @@ public class MockTable implements ITable {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getSize() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue