Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bague committed Sep 29, 2016
1 parent bbde466 commit e32aa71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
package eu.itesla_project.modules.contingencies.mock;

import eu.itesla_project.contingency.Contingency;
import eu.itesla_project.iidm.network.Network;
import eu.itesla_project.modules.contingencies.*;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>offline-workflow</module>
<module>eurostag-step-up-transformer</module>
<module>sampling-integration</module>
<module>contingency-api</module>
<module>modules</module>
<module>computation-local</module>
<module>histodb-client</module>
Expand Down Expand Up @@ -66,7 +67,6 @@
<module>case-repository</module>
<module>network-merge</module>
<module>simulation-api</module>
<module>contingency-api</module>
<module>security-analysis</module>
<!--
<module>histoDB</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/
package eu.itesla_project.wca;

import eu.itesla_project.contingency.Contingency;
import eu.itesla_project.iidm.network.Network;
import eu.itesla_project.contingency.*;
import eu.itesla_project.modules.contingencies.*;
import eu.itesla_project.security.LimitViolation;
import eu.itesla_project.security.LimitViolationType;
Expand Down

0 comments on commit e32aa71

Please sign in to comment.