mikeknep / SOLID

Demonstrating the SOLID design principles in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setter is never used

marcosalles opened this issue · comments

The setter for Apartment::squareFootage is never used, although implemented in every subclass. Except in tests.