Yep-Was-Taken / pupBuddy

0 stars 3 forks source link

Change string return type to void #49

Open discospiff opened 2 years ago

discospiff commented 2 years ago

It looks like the String return type is needed. Change it to void instead of returning an empty string each time. The code is its own best documentation.

https://github.com/Yep-Was-Taken/pupBuddy/blob/5099d16225a345c70ce24dd94cee6ff6011b9a45/src/main/java/com/example/pupbuddy/service/ChoreCRUDService.java#L22