mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Correcting a couple of typos in javadoc and a minor refactoring in TransferServiceImpl.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19253 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -126,7 +126,7 @@ public interface TransferService
|
||||
* @param endpointPath,
|
||||
* @param username,
|
||||
* @param password,
|
||||
* @return the newly create transfer target.
|
||||
* @return the newly created transfer target.
|
||||
*/
|
||||
public TransferTarget createAndSaveTransferTarget(String name, String title, String description, String endpointProtocol,
|
||||
String endpointHost, int endpointPort, String endpointPath, String username, char[] password) throws TransferException;
|
||||
|
Reference in New Issue
Block a user