We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/AuguB/fireInc/blob/master/src/fireinc/workers/promotions/Promotion.java , the call inside hasOffice should be employee.hasOffice(), instead of the current employee.hasCar().
hasOffice
employee.hasOffice()
employee.hasCar()
The text was updated successfully, but these errors were encountered:
neat-monte
No branches or pull requests
In https://github.com/AuguB/fireInc/blob/master/src/fireinc/workers/promotions/Promotion.java
, the call inside
hasOffice
should beemployee.hasOffice()
, instead of the currentemployee.hasCar()
.The text was updated successfully, but these errors were encountered: