Skip to content

Commit

Permalink
suppress
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Oct 31, 2024
1 parent d6e8113 commit 984c4c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public StrimziKafkaContainer waitForRunning() {
}

@Override
@SuppressWarnings({"JavaNCSS", "NPathComplexity", "CyclomaticComplexity"})
protected void containerIsStarting(final InspectContainerResponse containerInfo, final boolean reused) {
super.containerIsStarting(containerInfo, reused);

Expand Down Expand Up @@ -405,6 +404,7 @@ private String randomUuid() {
* @param advertisedListeners the advertised listeners configuration
* @return the default server properties
*/
@SuppressWarnings({"JavaNCSS"})
private Properties buildDefaultServerProperties(final String listeners,
final String advertisedListeners) {
// Default properties for server.properties
Expand Down

0 comments on commit 984c4c1

Please sign in to comment.