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
25d64e2e
Commit
25d64e2e
authored
1 year ago
by
Bryan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Another change in Products.java
parent
1cdb1a0a
No related branches found
Branches containing commit
No related tags found
4 merge requests
!162
Bohanz04 staff page
,
!156
Main
,
!145
Bohanz04 staff page
,
!139
Bryan Added files and change code in staff.java
Pipeline
#577150
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Products.java
+10
-1
10 additions, 1 deletion
Products.java
with
10 additions
and
1 deletion
Products.java
+
10
−
1
View file @
25d64e2e
/* check out these products! */
public
class
Products
{
/* a good class, but not as good as cse391 */
public
Product
bohanz04Product
()
{
return
new
Product
(
"CSE351 hw problem"
,
"A confusing problem faced"
,
"test2.jpg"
,
"image of that problem"
,
1.00
);
}
public
Product
kevinh33Product
()
{
return
new
Product
(
"Duolingo owl"
,
...
...
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