Skip to content

Commit

Permalink
Merge pull request #580 from harshanL/master
Browse files Browse the repository at this point in the history
Fix build issue
  • Loading branch information
harshanL committed Mar 15, 2018
2 parents aec0b1a + 376de3a commit 7f8da53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import com.amazonaws.services.ec2.model.Tag;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.wso2.testgrid.common.TestGridConstants;
import org.wso2.testgrid.common.config.ConfigurationContext;
import org.wso2.testgrid.common.config.ConfigurationContext.ConfigurationProperties;
import org.wso2.testgrid.common.exception.TestGridInfrastructureException;
Expand All @@ -34,6 +35,7 @@

import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
Expand Down

0 comments on commit 7f8da53

Please sign in to comment.