Skip to content

Commit acd7b1b

Browse files
committed
fix to right branch
1 parent fc73f23 commit acd7b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ 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+
// System.out.println(items);
4950
}

0 commit comments

Comments
 (0)