We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9270e commit 41a0c5cCopy full SHA for 41a0c5c
webclient/grpc-tracing/src/main/java/io/helidon/webclient/grpc/tracing/GrpcClientTracing.java
@@ -33,7 +33,9 @@ public class GrpcClientTracing implements GrpcClientService {
33
* Create an instance from config.
34
*
35
* @param config the config
36
+ * @deprecated this constructor was left public by accident, please use #create(Config)
37
*/
38
+ @Deprecated(forRemoval = true)
39
public GrpcClientTracing(Config config) {
40
this.config = config;
41
}
0 commit comments