mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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 +
|
||||
|
Reference in New Issue
Block a user