]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / exceptions / ProductTitleAlreadyUsedException.java
index 0a1989a69a680ad632ddd4be2582bdc0c4fba8d6..a2246de4ea922567cc9d397d6bea6661789732db 100644 (file)
@@ -21,7 +21,7 @@ import org.mxchange.jshopcore.model.product.Product;
 
 /**
  * An exception thrown when the given title is already used
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 public class ProductTitleAlreadyUsedException extends Exception {
@@ -33,7 +33,7 @@ public class ProductTitleAlreadyUsedException extends Exception {
 
        /**
         * Constructor with HttpServletRequest instance
-        *
+        * <p>
         * @param product Product instance
         */
        public ProductTitleAlreadyUsedException (final Product product) {