Skip to content

Commit 6851a16

Browse files
committed
docs: Fix typo in kdocs in CustomerService
1 parent 4956efc commit 6851a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/main/kotlin/com/github/thorlauridsen/service/CustomerService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CustomerService(private val customerRepo: ICustomerRepo) {
3535
* Get a customer given an id.
3636
* @param id [UUID] to fetch customer.
3737
* @throws CustomerNotFoundException if no customer found with given id.
38-
* @return [Customer] or null if not found.
38+
* @return [Customer] retrieved from database.
3939
*/
4040
fun find(id: UUID): Customer {
4141
logger.info("Retrieving customer with id: $id")

0 commit comments

Comments
 (0)