Skip to content

Commit

Permalink
Rename correctly CgmesControlAreasAdderImplProvider (#1693)
Browse files Browse the repository at this point in the history
Signed-off-by: RALAMBOTIANA MIORA <[email protected]>
  • Loading branch information
miovd committed Apr 19, 2021
1 parent d9d8cca commit cd5a118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author Marcos de Miguel <demiguelm at aia.es>
*/
@AutoService(ExtensionAdderProvider.class)
public class CgmesControlAreaAdderImplProvider implements ExtensionAdderProvider<Network, CgmesControlAreas, CgmesControlAreasAdderImpl> {
public class CgmesControlAreasAdderImplProvider implements ExtensionAdderProvider<Network, CgmesControlAreas, CgmesControlAreasAdderImpl> {

@Override
public String getImplementationName() {
Expand Down

0 comments on commit cd5a118

Please sign in to comment.