kkevlar / section-searcher

Project for CSC 308 and 309
1 stars 0 forks source link

Fix smells in Time class #148

Closed bwlyday closed 5 years ago

bwlyday commented 5 years ago

Remove the declaration of thrown exception 'java.lang.IllegalArgumentException' which is a runtime exception (line 11, Time constructor)

Replace this if-then-else statement by a single return statement (line 57, equals method)