Skip to content

Commit ba292fc

Browse files
committed
remove extra
1 parent 1a01f45 commit ba292fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/src/main/java/org/apache/polaris/core/rest/PolarisEndpoints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public static Set<Endpoint> getSupportedGenericTableEndpoints(CallContext callCo
5555
.getConfiguration(
5656
callContext.getPolarisCallContext(), FeatureConfiguration.ENABLE_GENERIC_TABLES);
5757

58-
return genericTableEnabled ? PolarisEndpoints.GENERIC_TABLE_ENDPOINTS : ImmutableSet.of();
58+
return genericTableEnabled ? GENERIC_TABLE_ENDPOINTS : ImmutableSet.of();
5959
}
6060
}

0 commit comments

Comments
 (0)