Skip to content

Commit 036ab09

Browse files
committed
codegen docs update dummy change
1 parent 47f9c04 commit 036ab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/internal/DocumentationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class DocumentationUtils {
4545
+ "for the property was specified in the request builder, and false if a value was not specified.";
4646

4747
private static final String DEFAULT_FLUENT_RETURN =
48-
"Returns a reference to this object so that method calls can be chained together.";
48+
"Returns a reference to this object so that method calls can be chained together. HOLA";
4949

5050
//TODO probably should move this to a custom config in each service
5151
private static final Set<String> SERVICES_EXCLUDED_FROM_CROSS_LINKING = new HashSet<>(Arrays.asList(

0 commit comments

Comments
 (0)