mirror of https://github.com/grpc/grpc-java.git
javadoc: update new API `@since` version (#8727)
The @since version in commits5a3b8e2anda2398cewere missing and incorrect respectively.
This commit is contained in:
parent
a4334eb5c3
commit
cb4b91418c
|
|
@ -50,7 +50,7 @@ public final class GoogleDefaultChannelCredentials {
|
|||
/**
|
||||
* Returns a new instance of {@link Builder}.
|
||||
*
|
||||
* @since 1.42.0
|
||||
* @since 1.43.0
|
||||
*/
|
||||
public static Builder newBuilder() {
|
||||
return new Builder();
|
||||
|
|
@ -59,7 +59,7 @@ public final class GoogleDefaultChannelCredentials {
|
|||
/**
|
||||
* Builder for {@link GoogleDefaultChannelCredentials} instances.
|
||||
*
|
||||
* @since 1.42.0
|
||||
* @since 1.43.0
|
||||
*/
|
||||
public static final class Builder {
|
||||
private CallCredentials callCredentials;
|
||||
|
|
|
|||
|
|
@ -413,6 +413,8 @@ public final class OkHttpChannelBuilder extends
|
|||
*
|
||||
* @param tlsVersions List of tls versions.
|
||||
* @param cipherSuites List of cipher suites.
|
||||
*
|
||||
* @since 1.43.0
|
||||
*/
|
||||
public OkHttpChannelBuilder tlsConnectionSpec(
|
||||
String[] tlsVersions, String[] cipherSuites) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue