We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fdc70 commit 85c052dCopy full SHA for 85c052d
codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/EventModelSpec.java
@@ -81,7 +81,7 @@ private CodeBlock classJavadoc() {
81
return CodeBlock.builder()
82
.add("A specialization of {@code $L} that represents the {@code $L$$$L} event. Do not use this class " +
83
"directly. Instead, use the static builder methods on {@link $L}.",
84
- baseShapeModelSpec.className().canonicalName(), eventStream.getC2jName(),
+ baseShapeModelSpec.className(), eventStream.getC2jName(),
85
eventModel.getC2jName(), poetExtensions.getModelClass(eventStream.getShapeName()))
86
.build();
87
0 commit comments