This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 50c0216b86e817771a0fdf00ad2ce360455a5105 Author: Jacopo Cappellato <[email protected]> AuthorDate: Sat May 30 06:29:49 2026 +0200 Fixed: Remove unnecessary Javadoc paragraph tags --- .../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 39f33d3a0a..fad4321f74 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 @@ -2747,7 +2747,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) { @@ -2775,7 +2774,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) { @@ -2843,7 +2841,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) { @@ -2872,7 +2869,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) { @@ -2909,7 +2905,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) { @@ -2942,7 +2937,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) { @@ -2982,7 +2976,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) { @@ -3040,7 +3033,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) {

