Skip to content

Commit

Permalink
feat: 소스수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjj4060 committed Jul 14, 2024
1 parent b87f359 commit 7db7c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ProductLineWithProductsJPAResponse {
// }

// 추가된 생성자
public ProductLineWithProductsJPAResponse(ProductLineEntity productLine, CategoryEntity category, Seller seller, String email, Member member, Long totalStock, List<ProductResponse> productList) {
public ProductLineWithProductsJPAResponse(ProductLineEntity productLine, CategoryEntity category, Seller seller, Member member, Long totalStock, List<ProductResponse> productList) {
this(productLine, category, seller, member, totalStock);
this.productList = productList != null ? productList : new ArrayList<>();
}
Expand Down

0 comments on commit 7db7c80

Please sign in to comment.