ghazalghorabi / TDA553-lab1

0 stars 0 forks source link

Unnecessary method call #8

Closed martinjonsson01 closed 1 year ago

martinjonsson01 commented 1 year ago

This method call in the constructor is unnecessary, as speedFactor does not have any side-effects.

https://github.com/ghazalghorabi/TDA553-lab1/blob/9064245501fc0d8910804f850959c9b46f31d00c/src/Saab95.java#L11