Skip to content

Commit 4b946ec

Browse files
committed
Fix merge conflict
1 parent ddff631 commit 4b946ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2-migration/src/main/resources/META-INF/rewrite/change-exception-types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ recipeList:
5252
- org.openrewrite.java.ChangeMethodName:
5353
methodPattern: com.amazonaws.AmazonServiceException getRawResponseContent()
5454
newMethodName: awsErrorDetails().rawResponse().asUtf8String
55-
- software.amazon.awssdk.migration.internal.recipe.AddCommentToMethod:
55+
- software.amazon.awssdk.v2migration.AddCommentToMethod:
5656
methodPattern: com.amazonaws.AmazonServiceException getErrorType()
5757
comment: getErrorType is not supported in v2. AwsServiceException is a service error in v2. Consider removing it.
58-
- software.amazon.awssdk.migration.internal.recipe.AddCommentToMethod:
58+
- software.amazon.awssdk.v2migration.AddCommentToMethod:
5959
methodPattern: com.amazonaws.AmazonServiceException getProxyHost()
6060
comment: getProxyHost is not supported in v2. Please submit a feature request https://github.com/aws/aws-sdk-java-v2/issues
6161
- org.openrewrite.java.ChangeType:

0 commit comments

Comments
 (0)