You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On the API page for hashMap the related command array points to the hashMap page again.
On the API page for forEach all related commands (next, toList, close (result)) point to the forEach page. Also, there is an inconsistency here, the document name does not correlate with the name of the Java command.
On the API page for toJsonString the related command json points to the toJsonString page again.
To Reproduce
Steps to reproduce the behavior:
Go to the corresponding pages (see links above)
Check the links under 'Related commands' at the bottom of the page
Expected behavior
Link to the correct page of the listed command.
The text was updated successfully, but these errors were encountered:
Describe the bug
On the API page for hashMap the related command
array
points to thehashMap
page again.On the API page for forEach all related commands (
next
,toList
,close (result)
) point to theforEach
page. Also, there is an inconsistency here, the document name does not correlate with the name of the Java command.On the API page for toJsonString the related command
json
points to thetoJsonString
page again.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Link to the correct page of the listed command.
The text was updated successfully, but these errors were encountered: