Skip to content

Commit

Permalink
Model
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakalambe01 committed Mar 16, 2024
1 parent 8d6ce68 commit cd5c286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/products/model/CategoryResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ public CategoryResponse(Long categoryId, String categoryName) {
this.categoryId = categoryId;
this.categoryName = categoryName;
}

}

0 comments on commit cd5c286

Please sign in to comment.