Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public List<String> getEnabledProtocols() {
}

/**
* If enabled protocols are configured, call the {@code action} the the array of
* If enabled protocols are configured, call the {@code action} the array of
* enabled protocols.
* @since 4.1
*/
Expand Down Expand Up @@ -338,7 +338,7 @@ public List<String> getEnabledCipherSuites() {
}

/**
* If enabled cipher suites are configured, call the {@code action} the the
* If enabled cipher suites are configured, call the {@code action} the
* array of enabled cipher suites.
* @since 4.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ public Plaintext getPlaintext() {
}

/**
* @return version of the key used or {@literal null} to use the the latest
* version.
* @return version of the key used or {@literal null} to use the latest version.
*/
public @Nullable Integer getKeyVersion() {
return this.keyVersion;
Expand Down