Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1chun committed Jul 22, 2024
1 parent 9c28f2a commit 1d2c7e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,8 @@ private static PathItem buildSingleEntityAspectPath(
.schema(
new Schema()
.$ref(
String.format("#/components/schemas/%s", upperFirstAspect)))));
String.format(
"#/components/schemas/%s", upperFirstAspect)))));
final Operation postOperation =
new Operation()
.summary(String.format("Create aspect %s on %s ", aspect, upperFirstEntity))
Expand Down

0 comments on commit 1d2c7e7

Please sign in to comment.