Skip to content
Snippets Groups Projects
Commit c7dcaae3 authored by Truong Van Ly's avatar Truong Van Ly
Browse files

fixed Staff 3rd time

parent 3f6de74b
Branches tly6_staff_page
No related tags found
1 merge request!90Tly6 staff page
Pipeline #576840 passed
...@@ -36,15 +36,4 @@ public class Product { ...@@ -36,15 +36,4 @@ public class Product {
public String toString() { public String toString() {
return "Product"; return "Product";
} }
public Product tly6() {
return new Product(
"Intel Core i9 14900K",
"Great Performance in Creative Apps",
"Intel-CoreI9.jpeg",
"Picture of Intel Processor",
589.00
);
}
} }
...@@ -557,4 +557,13 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -557,4 +557,13 @@ public class Products { /* a good class, but not as good as cse391 */
4.99 4.99
); );
} }
public Product tly6() {
return new Product(
"Intel Core i9 14900K",
"Great Performance in Creative Apps",
"Intel-CoreI9.jpeg",
"Picture of Intel Processor",
589.00
);
}
} }
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