Skip to content

Commit 00f3c9b

Browse files
authored
Remove spurious NOMERGE comment (#126231) (#126233)
Left-over from #122062
1 parent 8ecac02 commit 00f3c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2/Ec2ClientSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ final class Ec2ClientSettings {
6969
Property.NodeScope,
7070
Property.Deprecated
7171
);
72-
// NOMERGE should we now reject this if set to `http` or just silently ignore it?
7372

7473
/** The username of a proxy to connect to EC2 through. */
7574
static final Setting<SecureString> PROXY_USERNAME_SETTING = SecureSetting.secureString("discovery.ec2.proxy.username", null);

0 commit comments

Comments
 (0)