Changed PosIStream to IStream

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1042 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-03-08 17:26:56 +00:00
parent 309e270617
commit b4a180bb64

View File

@@ -34,7 +34,7 @@ public class XFlaimTester
DbSystem dbSystem = null;
CREATEOPTS createOpts = null;
Db jDb = null;
PosIStream jIStream = null;
IStream jIStream = null;
boolean bDone = false;
int iCount = 0;
int iBufferSize;