Skip to content
Snippets Groups Projects
Commit 3fe84d06 authored by Sirjan Singh's avatar Sirjan Singh
Browse files

debugging error

parent 9741fe48
No related branches found
No related tags found
2 merge requests!171Sirjan1 staff page,!156Main
......@@ -908,9 +908,15 @@ 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.0);
return new Product(
"A ball for soccer",
"used for playing... soccer",
"soccerball.jpg",
"a..soccer..ball",
10000.0
);
}
}
......@@ -928,10 +928,10 @@ public class Staff {
);
}
public Employee sirjan1() {
return new Employee("Sirjan", "Student", "Lost", "cars.jpg", "carring");
}
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment