Skip to content

Commit a375e47

Browse files
committed
Made the configuration class static so that it can instantiated without an outer parent object.
1 parent ef712c7 commit a375e47

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/ProActiveQueue/ProActiveQueueClient/Configuration

1 file changed

+1
-1
lines changed

src/main/java/com/ProActiveQueue/ProActiveQueueClient/Configuration/AwsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public AmazonCloudWatch getCloudWatchClient(String awsRegion){
104104
@Data
105105
@EqualsAndHashCode
106106
@NoArgsConstructor
107-
public class AwsConfigurationValues{
107+
public static class AwsConfigurationValues{
108108
private String awsAccessKey;
109109
private String awsSecretKey;
110110
private String awsActiveMQNamespace = "AWS/AmazonMQ";

0 commit comments

Comments
 (0)