Skip to content

Commit fe1317f

Browse files
committed
fix: miss typing
1 parent 75ad4b3 commit fe1317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/grupo63/serviceorder/usecase/product/ProductUseCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Product create(Product entity, IProductGateway gateway) {
2323
}
2424

2525
@Override
26-
public Product read(Long id, IProductGateway gateway) throws NotFoundException {or a street fighter player
26+
public Product read(Long id, IProductGateway gateway) throws NotFoundException {
2727
return gateway.findByIdAndDeletedFalse(id).orElseThrow(NotFoundException::new);
2828
}
2929

0 commit comments

Comments
 (0)