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:
Matthias Schiffer 2011-05-04 21:49:08 +02:00
parent 88766c6df2
commit 104f9bab94

View file

@ -61,4 +61,10 @@ public class MockTable implements ITable {
return null;
}
@Override
public int getSize() {
// TODO Auto-generated method stub
return 0;
}
}