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:
Brian Remmington
2010-03-12 13:28:21 +00:00
parent b3c404b235
commit 76bba1fa4e
2 changed files with 25 additions and 29 deletions

View File

@@ -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;