FTR: Improved transaction scope to provide better resilience.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Brian Remmington
2011-10-05 12:14:42 +00:00
parent 65ce89d5d6
commit f3446b3baa
2 changed files with 2 additions and 2 deletions

View File

@@ -147,5 +147,5 @@ public interface TransferReceiver
* set the root node for the file system receiver
* @param rootFileSystem
*/
void setFileTransferRootNodeFileFileSystem(String rootFileSystem);
void setTransferRootNode(String rootFileSystem);
}