Skip to content

Commit

Permalink
Add private config in SynchronizedGeneratorGroovyExtension (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <laurent.issertial@rte-france.com>
  • Loading branch information
Lisrte authored Jun 21, 2023
1 parent 878fdbe commit b6633c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class SynchronizedGeneratorGroovyExtension extends AbstractEquipmentGroovyExtens
super(SYNCHRONIZED_GENERATORS)
}

protected SynchronizedGeneratorGroovyExtension(URL config) {
super(SYNCHRONIZED_GENERATORS, config)
}

@Override
protected SynchronizedGeneratorBuilder createBuilder(Network network, EquipmentConfig equipmentConfig) {
new SynchronizedGeneratorBuilder(network, equipmentConfig)
Expand Down

0 comments on commit b6633c1

Please sign in to comment.