Skip to content

Commit

Permalink
Removed extra whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhkhai committed Jun 21, 2024
1 parent 2800f24 commit 26bde1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/java/sg/com/smartinventory/entities/Product.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@ public Product(String category, String name, String description, double price, i
this.price = price;
this.stockQuantity = stockQuantity;
}

// @ManyToOne Customer -> Many Products can be linked to 1 Customer

}
1 change: 0 additions & 1 deletion src/main/java/sg/com/smartinventory/entities/Review.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ public Review(String category, String reviewContent, int rating, long customerId
// this.customerId = customerId;
// this.productId = productId;
}

}

0 comments on commit 26bde1b

Please sign in to comment.