Skip to content
Snippets Groups Projects

Add new product for Cleah

Merged Cleah Winston requested to merge cleahw_staff_page into main
1 unresolved thread

Added a new product and staff to Products.java and Staff.java.

Merge request reports

Pipeline #576495 passed

Pipeline passed for 7e2238e2 on cleahw_staff_page

Approval is optional

Merged by Cleah WinstonCleah Winston 1 year ago (Feb 10, 2024 8:26pm UTC)

Merge details

  • Changes merged into main with 27f3dbf3.
  • Did not delete the source branch.

Pipeline #576496 passed

Pipeline passed for 27f3dbf3 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
368 public Employee robertdl(){
369 return new Employee(
370 "Robert Luiten",
371 "Vice Assistant Chair of the Faang Executive Money-Making Board.",
372 "I don't really know what my job is and nobody pays me.",
373 "robheadshot.png",
374 "Robert's Professional Headshot"
375 );
376 }
359 377
360 378 public Employee cleahw() {
361 379 return new Employee (
362 380 "Cleah",
363 381 "Student",
364 382 "I play basketball!",
365 383 "ocean_sunset.jpg",
  • Author Developer

    Great!

  • Cleah Winston mentioned in commit 27f3dbf3

    mentioned in commit 27f3dbf3

  • merged

  • Please register or sign in to reply
    Loading