Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[java/matrix] Fix issues with Java matrix mentoring notes #2246

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

17cupsofcoffee
Copy link
Contributor

There are several mistakes/typos in the guidance for this task, which threw me a bit while mentoring someone:

  • There is no .stream() method on primitive arrays.
  • You cannot map to an int, due to Stream<int> being an invalid generic type.
  • There's an incorrect variable name in getColumn.

@github-actions github-actions bot added track/java Java track type/mentor-notes Mentor notes labels Jan 17, 2023
@SleeplessByte SleeplessByte changed the title Fix issues with Java matrix mentoring notes [java/matrix] Fix issues with Java matrix mentoring notes Feb 16, 2024
@SleeplessByte
Copy link
Member

SleeplessByte commented Feb 16, 2024

@exercism/java please give this a quick look

@SleeplessByte SleeplessByte merged commit 2db546d into exercism:main Feb 16, 2024
1 check passed
@17cupsofcoffee 17cupsofcoffee deleted the patch-1 branch February 16, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
track/java Java track type/mentor-notes Mentor notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants