Skip to content

Commit 9f588f8

Browse files
committed
Revert "Dummy Codegen doc update"
This reverts commit 4b832e0.
1 parent 4b832e0 commit 9f588f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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. MENDOZA";
48+
"Returns a reference to this object so that method calls can be chained together.";
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)