Skip to content

Fixing typo in constructor name #189

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

Merged
merged 3 commits into from
Jul 15, 2020
Merged

Fixing typo in constructor name #189

merged 3 commits into from
Jul 15, 2020

Conversation

dmitrilc
Copy link
Contributor

Constructor name must match class name

Constructor name must match class name
@vercel
Copy link

vercel bot commented Jul 13, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mooc/programming-20/jj105zfbx
✅ Preview: https://programming-20-git-fork-dmitrilc-master.mooc.vercel.app

In the actual exercise files, the method name is readRecordsFromFile, but the text uses the method name readPeople. There is no method readPeople in the file StoringRecords.java.
The method afterNumberOfDays is missing the public keyword.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants