mirror of https://github.com/apache/nifi.git
updated comment
This commit is contained in:
parent
ad39b1c41f
commit
b921bf602e
|
@ -27,7 +27,7 @@ import com.amazonaws.auth.AWSCredentialsProvider;
|
|||
import com.amazonaws.services.lambda.AWSLambdaClient;
|
||||
|
||||
/**
|
||||
* This class provides processor the base class for invoking aws lambda
|
||||
* This class is the base class for invoking aws lambda function
|
||||
*/
|
||||
public abstract class AbstractAWSLambdaProcessor extends AbstractAWSCredentialsProviderProcessor<AWSLambdaClient> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue