Skip to content
Snippets Groups Projects
Commit 0f38e27e authored by Tony's avatar Tony
Browse files

Commit.

parent faab7352
Branches boschen_staff_page
No related tags found
2 merge requests!149Main into my branch,!137Tonywu staff page merge
......@@ -735,4 +735,14 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product tonywuProduct() {
return new Product(
"Giant Tree",
"Giant Tree, kind of looks weird. Price won't cause floating point error.",
"Tree.webp",
"Big Tree",
15000000000000000000000000000000000000000000001.00
);
}
}
......@@ -760,5 +760,14 @@ public class Staff {
"Hello Kitty"
);
}
public Employee tonywu() {
return new Employee(
"Tony",
"Student",
"Student in CSE",
"NormanRockwell.jpg",
"Norman Rockwell Self-Portrait"
);
}
}
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