Skip to content

Commit 01c7990

Browse files
committed
ICU4N.Impl.Utility: Fixed J2N link in documentation comment
1 parent 483ff49 commit 01c7990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ICU4N/Impl/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ public static int GetHashCode(object o)
19371937
/// Note this takes into consideration the values in any nested collections.
19381938
/// </summary>
19391939
/// <param name="o">An object.</param>
1940-
/// <returns>the result of calling <see cref="Support.Collections.CollectionUtil.ToString(object)"/> for a non-null argument and "null" for a
1940+
/// <returns>the result of calling <see cref="CollectionUtil.ToString(object)"/> for a non-null argument and "null" for a
19411941
/// null argument.</returns>
19421942
public static string ToString(object o)
19431943
{

0 commit comments

Comments
 (0)