Point checkin for link validation & changed AVMSyncServiceClient to AVMSyncServiceRemote.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5872 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jon Cox
2007-06-06 22:06:38 +00:00
parent 078bdd4b4a
commit d4b3b42cab
5 changed files with 96 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ import org.alfresco.util.NameMatcher;
* Client side wrapper around the RMI based AVMSyncServiceTransport.
* @author britt
*/
public class AVMSyncServiceClient implements AVMSyncService
public class AVMSyncServiceRemote implements AVMSyncService
{
/**
* The instance of AVMSyncServiceTransport.
@@ -29,7 +29,7 @@ public class AVMSyncServiceClient implements AVMSyncService
/**
* Default constructor.
*/
public AVMSyncServiceClient()
public AVMSyncServiceRemote()
{
}