ghazalghorabi / TDA553-lab1

0 stars 0 forks source link

Unnecessary checked exception #5

Closed martinjonsson01 closed 1 year ago

martinjonsson01 commented 1 year ago

There is no reason for this method to have a checked exception, as it does not throw any exceptions.

https://github.com/ghazalghorabi/TDA553-lab1/blob/9064245501fc0d8910804f850959c9b46f31d00c/src/Car.java#L40-L42