rage / java-programming

https://java-programming.mooc.fi
497 stars 209 forks source link

Change 'reader.nextLine()' to 'scanner.nextLine()'. #434

Open Tracy58468 opened 1 year ago

Tracy58468 commented 1 year ago

I believe this is a typo. Nowhere else is "reader.nextLine()" used.

Tracy58468 commented 1 year ago

I created this issue before creating the pull request.

Tracy58468 commented 1 year ago

I found another instance of reader.nextLine(). I changed it, as well.

There are other instances, but those instances should probably stay.