]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java
Auto-formatted whole project
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / receipt / ReceiptBeanRemote.java
index 6144f2efe5a5536efc9b198ae345d050263f2468..3762a84cc9a76d50978d7fda373b09adf1c718f0 100644 (file)
@@ -33,6 +33,7 @@ public interface ReceiptBeanRemote extends Serializable {
         * found.
         * <p>
         * @param accessKey Access key on the online PDF
+        * <p>
         * @return Wrapped byte stream
         */
        public WrapableReceipt createReceiptFromAccessKey (final String accessKey);
@@ -41,6 +42,7 @@ public interface ReceiptBeanRemote extends Serializable {
         * Fetches access key, if customer instance matches, else null is returned
         * <p>
         * @param customer Customer instance
+        * <p>
         * @return Access key or null
         */
        public String fetchAccessKey (final Customer customer);