Skip to content

Commit

Permalink
fixed annotation in EmbeddedHiveMQBuilderImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Jul 2, 2024
1 parent 37168c9 commit 88b3258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class EmbeddedHiveMQBuilderImpl implements EmbeddedHiveMQBuilder {
}

@Override
public EmbeddedHiveMQBuilder withoutLoggingBootstrap() {
public @NotNull EmbeddedHiveMQBuilder withoutLoggingBootstrap() {
this.enableLoggingBootstrap = false;
return this;
}
Expand Down

0 comments on commit 88b3258

Please sign in to comment.