xds: update javadoc to reference v3 proto instead of v2

This commit is contained in:
Penn (Dapeng) Zhang 2022-02-09 18:20:59 -08:00 committed by ZHANG Dapeng
parent f987de7497
commit fbb1dbf7a5
1 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ public final class EnvoyServerProtoData {
/** /**
* Corresponds to Envoy proto message * Corresponds to Envoy proto message
* {@link io.envoyproxy.envoy.api.v2.listener.FilterChainMatch}. * {@link io.envoyproxy.envoy.config.listener.v3.FilterChainMatch}.
*/ */
@AutoValue @AutoValue
abstract static class FilterChainMatch { abstract static class FilterChainMatch {
@ -198,7 +198,7 @@ public final class EnvoyServerProtoData {
} }
/** /**
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.api.v2.listener.FilterChain}. * Corresponds to Envoy proto message {@link io.envoyproxy.envoy.config.listener.v3.FilterChain}.
*/ */
@AutoValue @AutoValue
abstract static class FilterChain { abstract static class FilterChain {
@ -229,8 +229,8 @@ public final class EnvoyServerProtoData {
} }
/** /**
* Corresponds to Envoy proto message {@link io.envoyproxy.envoy.api.v2.Listener} & related * Corresponds to Envoy proto message {@link io.envoyproxy.envoy.config.listener.v3.Listener} and
* classes. * related classes.
*/ */
@AutoValue @AutoValue
abstract static class Listener { abstract static class Listener {