Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seehamrun committed Apr 12, 2018
1 parent 27564c7 commit 9d854ea
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ public interface AuthServiceProviderRegistry {
AuthDataGenerator getAuthDataGenerator(String serviceId, String transferDataType, AuthMode mode);

/**
* Returns the set of service ids that can transfered for the given {@code transferDataType}.
* Returns the set of service ids that can import the given {@code transferDataType}.
*
* @param transferDataType the transfer data type
*/
Set<String> getImportServices(String transferDataType);

/**
* Returns the set of service ids that can export the given {@code transferDataType}.
*
* @param transferDataType the transfer data type
*/
Set<String> getExportServices(String transferDataType);

/** Returns the set of data types that support both import and export. */
Expand Down

0 comments on commit 9d854ea

Please sign in to comment.