Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faang
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE 391
24wi
faang
Commits
0f38e27e
Commit
0f38e27e
authored
1 year ago
by
Tony
Browse files
Options
Downloads
Patches
Plain Diff
Commit.
parent
faab7352
Branches
boschen_staff_page
Branches containing commit
No related tags found
2 merge requests
!149
Main into my branch
,
!137
Tonywu staff page merge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Products.java
+10
-0
10 additions, 0 deletions
Products.java
Staff.java
+9
-0
9 additions, 0 deletions
Staff.java
with
19 additions
and
0 deletions
Products.java
+
10
−
0
View file @
0f38e27e
...
...
@@ -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
);
}
}
This diff is collapsed.
Click to expand it.
Staff.java
+
9
−
0
View file @
0f38e27e
...
...
@@ -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"
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment