Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Sep 7, 2023
1 parent 1c1c3ae commit ce46470
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ public class EC2ResourceModelSource implements ResourceModelSource {
}

public EC2ResourceModelSource(final Properties configuration, final Services services) {
this(configuration, services, null);
}

public EC2ResourceModelSource(final Properties configuration, final Services services, final AWSCredentialsProvider provider) {
this.accessKey = configuration.getProperty(EC2ResourceModelSourceFactory.ACCESS_KEY);
this.secretKey = configuration.getProperty(EC2ResourceModelSourceFactory.SECRET_KEY);
this.region = configuration.getProperty(EC2ResourceModelSourceFactory.REGION);
Expand Down

0 comments on commit ce46470

Please sign in to comment.