Skip to content

Commit

Permalink
chore: remove superfluous comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Jan 9, 2025
1 parent 71815bb commit ff2d2bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
id("application")
}

// Description is added to POM metadata
description = "Hedera Block Node Server"

// Remove the following line to enable all 'javac' lint checks that we have turned on by default
Expand Down
2 changes: 0 additions & 2 deletions simulator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
id("application")
}

// dependencies { implementation(project(":common")) }

description = "Hedera Block Stream Simulator"

// Remove the following line to enable all 'javac' lint checks that we have turned on by default
Expand Down
1 change: 0 additions & 1 deletion suites/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** Runtime module of the suites. */
module com.hedera.block.node.suites {
// Require testing libraries
requires com.hedera.block.simulator;
requires com.swirlds.config.api;
requires com.swirlds.config.extensions;
Expand Down

0 comments on commit ff2d2bc

Please sign in to comment.