Skip to content

Conversation

Tezz03
Copy link
Contributor

@Tezz03 Tezz03 commented Apr 9, 2025

No description provided.

@@ -16,4 +15,95 @@ public void testGetGreeting() {
// Act
Lesson15.main(null);
}

// @Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot commit commented out code, please remove. You should revert changes to this file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file doesn't belong here. Looks like a duplicate.

@@ -45,4 +47,12 @@ public double getSalary() {
public void setSalary(double salary) {
this.salary = salary;
}

public String getDetails() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The details returned should be stuff like name, department, id, and salary. Please update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants