Skip to content

Commit 85c052d

Browse files
committed
Remove use of canonicalName()
1 parent 68fdc70 commit 85c052d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/EventModelSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private CodeBlock classJavadoc() {
8181
return CodeBlock.builder()
8282
.add("A specialization of {@code $L} that represents the {@code $L$$$L} event. Do not use this class " +
8383
"directly. Instead, use the static builder methods on {@link $L}.",
84-
baseShapeModelSpec.className().canonicalName(), eventStream.getC2jName(),
84+
baseShapeModelSpec.className(), eventStream.getC2jName(),
8585
eventModel.getC2jName(), poetExtensions.getModelClass(eventStream.getShapeName()))
8686
.build();
8787

0 commit comments

Comments
 (0)