Skip to content

Commit

Permalink
Fix javadoc in Lab 06 assignment snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
100yo committed Nov 23, 2023
1 parent 2638204 commit 4ac9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-unit-testing-and-mocking/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class IntelligentHomeCenter {
/**
* Returns a IoTDevice with an ID @id.
*
* @throws IllegalArgumentException in case @id is null or empty.
* @throws IllegalArgumentException in case @id is null or blank.
* @throws DeviceNotFoundException in case device with ID @id is not found.
*/
public IoTDevice getDeviceById(String id) throws DeviceNotFoundException {
Expand Down

0 comments on commit 4ac9eaa

Please sign in to comment.