Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix mo tả 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thson58 committed Mar 7, 2024
1 parent 445b3f3 commit ec12186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)
}

if (productDescription.trim().length() > 0) {
product.setDescription(productDescription);
product.setDescription(productDescription.trim());

}

Expand Down

0 comments on commit ec12186

Please sign in to comment.