diff --git a/Products.java b/Products.java
index 9d7e82928d428ce2d71abf9088dc27b639fd9d88..463518c7147988c83017d7a4680d8dc63dbf133f 100644
--- a/Products.java
+++ b/Products.java
@@ -849,7 +849,7 @@ public class Products { /* a good class, but not as good as cse391 */
 	);
     }
 
-<<<<<<< HEAD
+
    public Product mshumaProduct() {
         return new Product(
                 "Violin Mutes 100 pack",
@@ -888,9 +888,9 @@ public class Products { /* a good class, but not as good as cse391 */
             "Windows 10 Default Wallpaper",
             199.99
         );
-=======
+
     public Product sirjan1Product() {
-    	return new Product("A ball for soccer", "used for playing... soccer", "soccerball.jpg", "a..soccer..ball", 10000);
->>>>>>> 5158523 (Added my method to Products.java and Staff.java)
+    	return new Product("A ball for soccer", "used for playing... soccer", "soccerball.jpg", "a..soccer..ball", 10000.0);
+
     }
 }