Skip to content

Commit

Permalink
javadoc: update new API @since version (#8727)
Browse files Browse the repository at this point in the history
The @SInCE version in commits 5a3b8e2 and a2398ce were missing and incorrect respectively.
  • Loading branch information
dapengzhang0 committed Nov 29, 2021
1 parent a4334eb commit cb4b914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@ public static ChannelCredentials create() {
/**
* Returns a new instance of {@link Builder}.
*
* @since 1.42.0
* @since 1.43.0
*/
public static Builder newBuilder() {
return new Builder();
Expand All @@ -59,7 +59,7 @@ public static Builder newBuilder() {
/**
* Builder for {@link GoogleDefaultChannelCredentials} instances.
*
* @since 1.42.0
* @since 1.43.0
*/
public static final class Builder {
private CallCredentials callCredentials;
Expand Down
2 changes: 2 additions & 0 deletions okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelBuilder.java
Expand Up @@ -413,6 +413,8 @@ public OkHttpChannelBuilder connectionSpec(
*
* @param tlsVersions List of tls versions.
* @param cipherSuites List of cipher suites.
*
* @since 1.43.0
*/
public OkHttpChannelBuilder tlsConnectionSpec(
String[] tlsVersions, String[] cipherSuites) {
Expand Down

0 comments on commit cb4b914

Please sign in to comment.