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