Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 18, 2024
1 parent 920aa0d commit fa89371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/apache/gravitino/GravitinoEnv.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public class GravitinoEnv {
private static final Logger LOG = LoggerFactory.getLogger(GravitinoEnv.class);

private Config config;
// Iceberg REST server init base components while Gravitino Server init all components.
private boolean manageAllComponents;
// Iceberg REST server use base components while Gravitino Server use all components.
private boolean manageAllComponents = true;

private EntityStore entityStore;

Expand Down

0 comments on commit fa89371

Please sign in to comment.