mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
Fix date in the example
This commit is contained in:
@@ -24,7 +24,7 @@ public class OperatorsExample {
|
||||
new Person("John", "Dow", "male", LocalDate.of(1992, 3, 12)),
|
||||
new Person("Jane", "Dow", "female", LocalDate.of(2001, 6, 23)),
|
||||
new Person("Howard", "Lovecraft", "male", LocalDate.of(1890, 8, 20)),
|
||||
new Person("Joanne", "Rowling", "female", LocalDate.of(1965, 6, 31)));
|
||||
new Person("Joanne", "Rowling", "female", LocalDate.of(1965, 6, 30)));
|
||||
|
||||
Observable.fromIterable(persons)
|
||||
.filter(
|
||||
|
||||
Reference in New Issue
Block a user