Skip to content

Commit 9afa17a

Browse files
committed
address comments
1 parent 08d4170 commit 9afa17a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

clientconn.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -884,21 +884,11 @@ func (cc *ClientConn) channelzMetric() *channelz.ChannelInternalMetric {
884884
}
885885

886886
// Target returns the target string of the ClientConn.
887-
//
888-
// # Experimental
889-
//
890-
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
891-
// later release.
892887
func (cc *ClientConn) Target() string {
893888
return cc.target
894889
}
895890

896891
// CanonicalTarget returns the canonical target string of the ClientConn.
897-
//
898-
// # Experimental
899-
//
900-
// Notice: This API is EXPERIMENTAL and may be changed or removed in a later
901-
// release.
902892
func (cc *ClientConn) CanonicalTarget() string {
903893
return cc.parsedTarget.String()
904894
}

0 commit comments

Comments
 (0)