Just cleaning up some warnings.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3280 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-07-04 20:58:26 +00:00
parent 30f1779a95
commit a7ea580e54
7 changed files with 33 additions and 43 deletions

View File

@@ -78,11 +78,6 @@ class AVMTester implements Runnable
*/
private String[] fNames;
/**
* The id of this thread.
*/
private String fID;
/**
* Flag for whether this thread errored out.
*/
@@ -117,12 +112,10 @@ class AVMTester implements Runnable
int readFile,
int snapshot,
int opCount,
AVMService service,
String id)
AVMService service)
{
fError = false;
fExit = false;
fID = id;
fService = service;
fOpCount = opCount;
int count = createFile + createDir + rename + createLayeredDir +