]> git.mxchange.org Git - jproduct-core.git/commitdiff
#tpyo fixed
authorRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 19:50:27 +0000 (20:50 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 20 Feb 2016 19:50:27 +0000 (20:50 +0100)
src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java

index 31142f2295bb6047822156c0e2dce6b7de989f26..d81bc8d0fa64045db60260372300a7fe289e08da 100644 (file)
@@ -91,7 +91,7 @@ public interface AddableBasketItem extends Serializable {
        void setItemProduct (final Product product);
 
        /**
-        * Hash-code calculattion
+        * Hash-code calculation
         */
        @Override
         int hashCode ();