We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3298664 commit e428728Copy full SHA for e428728
server/src/test/java/org/elasticsearch/action/admin/cluster/settings/SettingsUpdaterTests.java
@@ -221,7 +221,7 @@ public void testUpdateWithUnknownAndSettings() {
221
}
222
223
224
- // register all the known settings (not that we do not register the unknown settings)
+ // register all the known settings (note that we do not register the unknown settings)
225
final Set<Setting<?>> knownSettings =
226
Stream.concat(
227
ClusterSettings.BUILT_IN_CLUSTER_SETTINGS.stream(),
0 commit comments