You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Good question! Lombok uses the is prefix for boolean getters by default. You can customize this behavior with the setting lombok.getter.noIsPrefix=true. Check https://projectlombok.org/features/GetterSetter.
chapter03/multiplication/src/test/java/microservices/book/multiplication/challenge/ChallengeServiceTest.java
Line 28 in ecf489e
should this be getCorrect instead of isCorrect?
The text was updated successfully, but these errors were encountered: