We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f9c04 commit 036ab09Copy full SHA for 036ab09
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.";
+ "Returns a reference to this object so that method calls can be chained together. HOLA";
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