Skip to content

Commit 785f506

Browse files
committed
phrasing
1 parent bae0296 commit 785f506

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/config/FeatureConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public static void enforceFeatureEnabledOrThrow(
239239
.key("ALLOW_SPECIFYING_FILE_IO_IMPL")
240240
.description(
241241
"Config key for whether to allow setting the FILE_IO_IMPL using catalog properties. "
242-
+ "Must only be enabled in dev/test environments, never in production systems.")
242+
+ "Must only be enabled in dev/test environments, should not be in production systems.")
243243
.defaultValue(false)
244244
.buildFeatureConfiguration();
245245

0 commit comments

Comments
 (0)