Skip to content

Commit

Permalink
Mark entire ConfigTracker as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jun 2, 2024
1 parent 7ed145b commit 3e27125
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
import java.util.Optional;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;

import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Nullable;
import org.slf4j.Logger;
import org.slf4j.Marker;
import org.slf4j.MarkerFactory;

@ApiStatus.Internal
public class ConfigTracker {
private static final Logger LOGGER = LogUtils.getLogger();
static final Marker CONFIG = MarkerFactory.getMarker("CONFIG");
Expand Down

0 comments on commit 3e27125

Please sign in to comment.