]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java
Auto-formatted whole project
[jshop-lib.git] / src / org / mxchange / jshopcore / model / basket / BasketSessionBeanRemote.java
index 010c0308baa2d74f0ee9e38363f792580514611a..82566541e932476e6f43a3ccb6048dc9089a6c1c 100644 (file)
@@ -34,6 +34,7 @@ public interface BasketSessionBeanRemote extends Serializable {
         * <p>
         * @param customer Customer instance
         * @param itemList Ordered items list
+        * <p>
         * @return Access key
         */
        public String registerItems (final Customer customer, final List<AddableBasketItem> itemList);