File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/fixtures/aws-fixture-utils/src/main/java/fixture/aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public enum AwsCredentialsUtils {
2626 /**
2727 * Region supplier which matches any region.
2828 */
29- // TODO NOMERGE : replace with DynamicRegionSupplier.
29+ // TODO: replace with DynamicRegionSupplier.
3030 public static final Supplier <String > ANY_REGION = () -> "*" ;
3131
3232 /**
@@ -73,7 +73,7 @@ public static boolean isValidAwsV4SignedAuthorizationHeader(
7373 }
7474
7575 if (region .equals ("*" )) {
76- // skip region validation; TODO NOMERGE eliminate this when region is fixed in all tests
76+ // skip region validation; TODO eliminate this when region is fixed in all tests
7777 return authorizationHeader .contains ("/" + serviceName + "/aws4_request, " );
7878 }
7979
You can’t perform that action at this time.
0 commit comments