Skip to content

Commit

Permalink
adjust deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Sep 28, 2023
1 parent 46ff3d7 commit dd5da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/iasConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (c DefaultIdentity) GetDomains() []string {
}

// GetZoneUUID implements the env.Identity interface.
// Deprecated: will be replaced by GetAppTID and removed in future
// Deprecated: is replaced by GetAppTID and will be removed with the next major release
func (c DefaultIdentity) GetZoneUUID() uuid.UUID {
appTid, err := uuid.Parse(c.AppTID)
if err != nil {
Expand Down

0 comments on commit dd5da31

Please sign in to comment.