Skip to content

Commit

Permalink
Add private config in SynchronizedGeneratorGroovyExtension
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <laurent.issertial@rte-france.com>
  • Loading branch information
Lisrte committed Jun 13, 2023
1 parent 5afaeea commit 03e96fb
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 03e96fb

Please sign in to comment.