Skip to content
Snippets Groups Projects
Commit 2c679e4e authored by Arohan Agate's avatar Arohan Agate
Browse files

Merge main into aagate_staff_page

parent 7d5dfd1e
No related branches found
No related tags found
2 merge requests!166added new staff and product pages,!156Main
Pipeline #577224 passed
This commit is part of merge request !166. Comments created here will be created in the context of that merge request.
......@@ -827,7 +827,6 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
<<<<<<< HEAD
public Product aagateProduct() {
return new Product(
"Meta quest",
......@@ -836,7 +835,7 @@ public class Products { /* a good class, but not as good as cse391 */
"A meta quest 3 on Amazon",
9.00
);
=======
}
public Product acuraIntegra() {
return new Product (
......@@ -856,6 +855,5 @@ public class Products { /* a good class, but not as good as cse391 */
"Windows 10 Default Wallpaper",
199.99
);
>>>>>>> origin/main
}
}
......@@ -847,7 +847,6 @@ public class Staff {
"celsius picture"
);
}
<<<<<<< HEAD
public Employee aagate() {
return new Employee(
"Arohan",
......@@ -856,7 +855,7 @@ public class Staff {
"sloth.jpg",
"picture of a sloth"
);
=======
}
public Employee kristong() {
return new Employee (
......@@ -876,7 +875,6 @@ public class Staff {
"your-name.jpg",
"Wallpaper of Movie Your Name"
);
>>>>>>> origin/main
}
}
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