File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
com/github/streams/practice
employee/ignore/domain_related/dummy_data Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 11package com .github .streams .practice .employee .ignore .domain_related .dummy_data ;
22
3- import static com .github .streams .interview . problems .employee .ignore .domain_related .Department .*;
3+ import static com .github .streams .practice .employee .ignore .domain_related .Department .*;
44import static java .util .List .of ;
55
66import com .github .streams .practice .employee .ignore .domain_related .Department ;
Original file line number Diff line number Diff line change 11package com .github .streams .practice .strings .problems ;
22
33import com .github .streams .practice .ProblemSolutions ;
4- import com .github .streams .interview . problems .employee .ignore .domain_related .Identity ;
4+ import com .github .streams .practice .employee .ignore .domain_related .Identity ;
55import java .util .List ;
66import java .util .Map ;
77import net .datafaker .Faker ;
Original file line number Diff line number Diff line change 55 requires static lombok ;
66
77 // INTERVIEW
8- opens com .github .streams .interview .problems .numbers to
9- org .junit .platform .commons ;
10- opens com .github .streams .interview .problems .strings to
11- org .junit .platform .commons ;
12- opens com .github .streams .interview .problems .employee to
13- org .junit .platform .commons ;
14- opens com .github .streams .interview to
15- org .junit .platform .commons ;
16-
17- // LEARN
18- opens com .github .streams .learn .ignore .inprogress to
8+ opens com .github .streams .practice .employee to
199 org .junit .platform .commons ;
2010 opens com .github .streams .learn .functional_interfaces to
2111 org .junit .platform .commons ;
2717 // PRACTICE
2818 opens com .github .streams .practice .strings to
2919 org .junit .platform .commons ;
20+ opens com .github .streams .learn .ignore .inprogress to
21+ org .junit .platform .commons ;
3022 opens com .github .streams .practice .numbers to
3123 org .junit .platform .commons ;
3224 opens com .github .streams .practice .numbers .problems to
You can’t perform that action at this time.
0 commit comments