it's nothing serious...
This commit is contained in:
@@ -10,12 +10,11 @@ import java.util.Optional;
|
||||
class DailyDemand {
|
||||
|
||||
private final DailyId id;
|
||||
private final Events events;
|
||||
private final ReviewPolicy policy;
|
||||
|
||||
private Demand documented;
|
||||
private Adjustment adjustment;
|
||||
|
||||
private final Events events;
|
||||
private final ReviewPolicy policy;
|
||||
interface Events {
|
||||
void emit(LevelChanged event);
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ class ProductDemand {
|
||||
|
||||
final RefNoId id;
|
||||
final Demands demands;
|
||||
final UnitOfWork unit;
|
||||
|
||||
final UnitOfWork unit;
|
||||
final Clock clock;
|
||||
final DemandEvents events;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user