This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 123c8b47fb1ab7043d5d8e35b8e13e6a9d22126d Author: Jacopo Cappellato <[email protected]> AuthorDate: Sat May 30 06:29:49 2026 +0200 Fixed: Remove unnecessary Javadoc paragraph tags (cherry picked from commit 50c0216b86e817771a0fdf00ad2ce360455a5105) --- .../java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java b/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java index 431c6cfb12..79782393c8 100644 --- a/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java +++ b/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCart.java @@ -2735,7 +2735,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param shippingContactMechId in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param shippingContactMechId */ public void setAllShippingContactMechId(String shippingContactMechId) { @@ -2763,7 +2762,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param shipmentMethodTypeId in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param shipmentMethodTypeId */ public void setAllShipmentMethodTypeId(String shipmentMethodTypeId) { @@ -2831,7 +2829,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param shippingInstructions in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param shippingInstructions */ public void setAllShippingInstructions(String shippingInstructions) { @@ -2860,7 +2857,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param maySplit in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param maySplit */ public void setAllMaySplit(Boolean maySplit) { @@ -2897,7 +2893,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param giftMessage in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param giftMessage */ public void setAllGiftMessage(String giftMessage) { @@ -2930,7 +2925,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param isGift in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param isGift */ public void setAllIsGift(Boolean isGift) { @@ -2970,7 +2964,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param carrierPartyId in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param carrierPartyId */ public void setAllCarrierPartyId(String carrierPartyId) { @@ -3028,7 +3021,6 @@ public class ShoppingCart implements Iterable<ShoppingCartItem>, Serializable { /** * Sets @param productStoreShipMethId in all ShipInfo(ShipGroups) associated * with this ShoppingCart - * <p> * @param productStoreShipMethId */ public void setAllProductStoreShipMethId(String productStoreShipMethId) {

