RichardWarburton / java-8-lambdas-exercises

Exercises and Answers for Java 8 Lambdas book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Artist#isFrom() method has a wrong implementation

kocko opened this issue · comments

The Artist#isFrom(String nationality) method always returns true. The this keyword has to be used when pointing the class member.