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
fe3d51ba
Commit
fe3d51ba
authored
1 year ago
by
Bryan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Third change
parent
c3d9bd98
No related branches found
Branches containing commit
No related tags found
2 merge requests
!162
Bohanz04 staff page
,
!156
Main
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Products.java
+10
-0
10 additions, 0 deletions
Products.java
Staff.java
+11
-0
11 additions, 0 deletions
Staff.java
images/products/test2.jpg
+0
-0
0 additions, 0 deletions
images/products/test2.jpg
images/staff/test1.jpg
+0
-0
0 additions, 0 deletions
images/staff/test1.jpg
with
21 additions
and
0 deletions
Products.java
+
10
−
0
View file @
fe3d51ba
...
...
@@ -797,4 +797,14 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
public
Product
bohanz04Product
()
{
return
new
Product
(
"idk"
,
"1"
,
"test2.jpg"
,
"idk"
,
10.0
);
}
}
This diff is collapsed.
Click to expand it.
Staff.java
+
11
−
0
View file @
fe3d51ba
...
...
@@ -817,5 +817,16 @@ public class Staff {
"celsius picture"
);
}
public
Employee
bohanz04
()
{
return
new
Employee
(
"bohanz"
,
"Student"
,
"i am i"
,
"test1.jpg"
,
"I picture"
);
}
}
This diff is collapsed.
Click to expand it.
images/products/test2.jpg
0 → 100644
+
0
−
0
View file @
fe3d51ba
218 KiB
This diff is collapsed.
Click to expand it.
images/staff/test1.jpg
0 → 100644
+
0
−
0
View file @
fe3d51ba
218 KiB
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