IBM / microprofile-meeting

Apache License 2.0
1 stars 8 forks source link

Use Java 8 #5

Open Emily-Jiang opened 6 years ago

Emily-Jiang commented 6 years ago

The Java class should be updated to use Java 8 Stream, which will greatly simplify the code. MeetingsUtil and MeetingManager should be updated to use Java 8 stream.

ykoyfman commented 5 years ago

@Emily-Jiang MeetingsUtil / MeetingManager in the first part of the lab are fairly small, not really sure how streams simplify. Or are you referring to later parts of the lab?