Skip to content

Commit 279498d

Browse files
authored
Remove spurious NOMERGE comment (#126231)
Left-over from #122062
1 parent 488951e commit 279498d

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
@@ -71,7 +71,6 @@ final class Ec2ClientSettings {
7171
Property.NodeScope,
7272
Property.Deprecated
7373
);
74-
// NOMERGE should we now reject this if set to `http` or just silently ignore it?
7574

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

0 commit comments

Comments
 (0)