Commit 7fba084
authored
Fixed crosslinking of operations. (#3602)
When we used Java 8 to generate javadocs, it generated method IDs without method parameters:
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html#createBucket--
Since moving to Java 17 for javadoc generation, it now requires the method parameter type in the ID:
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html#createBucket(software.amazon.awssdk.services.s3.model.CreateBucketRequest)
This change was tested manually on my desktop.1 parent 9554c10 commit 7fba084
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| |||
0 commit comments