Skip to content

Commit

Permalink
use reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Dec 26, 2023
1 parent e9e5ca1 commit c9e4085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class IcebergMetricsManager {
// Register IcebergMetricsStorage's short name to its full qualified class name in the map. So
// that user doesn't need to specify the full qualified class name when creating an
// IcebergMetricsStorage.
public static final ImmutableMap<String, String> ICEBERG_METRICS_STORAGES =
private static final ImmutableMap<String, String> ICEBERG_METRICS_STORAGES =
ImmutableMap.of(
MemoryMetricsStorage.ICEBERG_METRICS_STORAGE_MEMORY_NAME,
MemoryMetricsStorage.class.getCanonicalName());
Expand Down

0 comments on commit c9e4085

Please sign in to comment.