diff --git a/types/station_url.go b/types/station_url.go index b252c71..e56a689 100644 --- a/types/station_url.go +++ b/types/station_url.go @@ -466,7 +466,9 @@ func (s *StationURL) SetURL(url string) { s.url = url } -// URL returns the string formatted URL +// URL returns the string formatted URL. +// +// Originally called nn::nex::StationURL::GetURL func (s StationURL) URL() string { s.Format() return s.url