Skip to content

Commit 41a0c5c

Browse files
authored
Deprecate wrong public constructor (#10606)
1 parent db9270e commit 41a0c5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webclient/grpc-tracing/src/main/java/io/helidon/webclient/grpc/tracing/GrpcClientTracing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public class GrpcClientTracing implements GrpcClientService {
3333
* Create an instance from config.
3434
*
3535
* @param config the config
36+
* @deprecated this constructor was left public by accident, please use #create(Config)
3637
*/
38+
@Deprecated(forRemoval = true)
3739
public GrpcClientTracing(Config config) {
3840
this.config = config;
3941
}

0 commit comments

Comments
 (0)