Skip to content

Commit

Permalink
removed unneeded exports on module-info.java
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 14, 2024
1 parent 4a720e1 commit ed109ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

/** Runtime module of the server. */
module com.hedera.block.server {
exports com.hedera.block.server.consumer to
com.swirlds.config.impl;
exports com.hedera.block.server.persistence.storage to
com.swirlds.config.impl;

requires com.hedera.block.protos;
requires com.google.protobuf;
requires com.lmax.disruptor;
Expand Down

0 comments on commit ed109ad

Please sign in to comment.