Skip to content

Commit e033549

Browse files
committed
fixed:update changes to code
1 parent 6779d70 commit e033549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson_26/api/java/api_app/src/main/java/com/codedifferently/lesson26/web/MediaItemsController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ public ResponseEntity<MediaItemResponse> getItemById(@PathVariable("id") UUID id
4646
Optional<MediaItem> matchedItem =
4747
items.stream().filter(item -> item.getId().equals(id)).findFirst();
4848
System.out.println("items");
49+
return null;
4950
}
51+
}

0 commit comments

Comments
 (0)