We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b832e0 commit 9f588f8Copy full SHA for 9f588f8
1 file changed
codegen/src/main/java/software/amazon/awssdk/codegen/internal/DocumentationUtils.java
@@ -45,7 +45,7 @@ public final class DocumentationUtils {
45
+ "for the property was specified in the request builder, and false if a value was not specified.";
46
47
private static final String DEFAULT_FLUENT_RETURN =
48
- "Returns a reference to this object so that method calls can be chained together. MENDOZA";
+ "Returns a reference to this object so that method calls can be chained together.";
49
50
//TODO probably should move this to a custom config in each service
51
private static final Set<String> SERVICES_EXCLUDED_FROM_CROSS_LINKING = new HashSet<>(Arrays.asList(
0 commit comments