Skip to content

Commit

Permalink
feat(provider/ecs): Made EcsCloudProvider public (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCarrier authored and robzienert committed Sep 6, 2017
1 parent 3bdb3a8 commit c0d3208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.lang.annotation.Annotation;

@Component
class EcsCloudProvider implements CloudProvider {
public class EcsCloudProvider implements CloudProvider {

public static final String ID = "ecs";

Expand Down

0 comments on commit c0d3208

Please sign in to comment.