We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63d373 commit e592dc4Copy full SHA for e592dc4
apps/api/src/main/kotlin/com/github/thorlauridsen/service/CustomerService.kt
@@ -35,7 +35,7 @@ class CustomerService(private val customerRepo: ICustomerRepo) {
35
* Get a customer given an id.
36
* @param id [UUID] to fetch customer.
37
* @throws CustomerNotFoundException if no customer found with given id.
38
- * @return [Customer] or null if not found.
+ * @return [Customer] retrieved from database.
39
*/
40
suspend fun find(id: UUID): Customer {
41
logger.info("Retrieving customer with id: $id")
0 commit comments