Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Marcellin <hugo.marcelin@rte-france.com>
  • Loading branch information
Hugo Marcellin committed Feb 7, 2024
1 parent 99e9fe0 commit c8b0770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
package com.powsybl.openreac;

import com.powsybl.ampl.converter.AmplExportConfig;
import com.powsybl.ampl.converter.AmplExportConfig;
import com.powsybl.ampl.executor.AmplModel;
import com.powsybl.ampl.executor.AmplModelRunner;
import com.powsybl.ampl.executor.AmplResults;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public boolean checkErrors() {
public boolean isDebug() {
return debug;
}

@Override
public AmplExportConfig getAmplExportConfig() {
return amplExportConfig;
Expand Down

0 comments on commit c8b0770

Please sign in to comment.