We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4cd39 commit 6db542eCopy full SHA for 6db542e
exercises/concept/tim-from-marketing-2/.docs/introduction.md
@@ -14,7 +14,7 @@ public Employee getEmployee(String name) {
14
if (employee != null) {
15
return employee;
16
} else {
17
- return throw new IllegalArgumentException("Employee not found");
+ throw new IllegalArgumentException("Employee not found");
18
}
19
20
```
0 commit comments