Skip to content

Commit e7fc59f

Browse files
author
Maria Ines Parnisari
authored
Fix JavaDoc in Translator (#254)
1 parent 0c8cb2b commit e7fc59f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/rpdk/java/templates/init/guided_aws/Translator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ static AwsRequest translateToSecondUpdateRequest(final ResourceModel model) {
9191
}
9292

9393
/**
94-
* Request to update properties of a previously created resource
95-
* @param nextToken token passed to the aws service describe resource request
96-
* @return awsRequest the aws service request to describe resources within aws account
94+
* Request to list resources
95+
* @param nextToken token passed to the aws service list resources request
96+
* @return awsRequest the aws service request to list resources within aws account
9797
*/
9898
static AwsRequest translateToListRequest(final String nextToken) {
9999
final AwsRequest awsRequest = null;

0 commit comments

Comments
 (0)