Skip to content

Commit 2203889

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d1b780d commit 2203889

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc

1 file changed

+3
-3
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/ApiKeyService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,9 +1793,9 @@ public ApiKey.Type getExpectedType() {
17931793
}
17941794

17951795
/**
1796-
* The identity (Subject DistinguishedName) of the X.509 certificate that was provided by the client
1797-
* alongside the API during authenticate.
1798-
* <em>At the time of writing, the only place where this is used is for cross cluster request signing</em>
1796+
* The identity (Subject DistinguishedName) of the X.509 certificate that was provided by the client
1797+
* alongside the API during authenticate.
1798+
* <em>At the time of writing, the only place where this is used is for cross cluster request signing</em>
17991799
*/
18001800
public String getCertificateIdentity() {
18011801
return certificateIdentity;

0 commit comments

Comments
 (0)