Skip to content

Commit 0ac151c

Browse files
committed
Make CloudFormationResponse public as it is needed for subclass mockmaker.
1 parent 39782fc commit 0ac151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-cloudformation/src/main/java/software/amazon/lambda/powertools/cloudformation/CloudFormationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* <p>
4747
* This class is thread-safe provided the SdkHttpClient instance used is also thread-safe.
4848
*/
49-
class CloudFormationResponse {
49+
public class CloudFormationResponse {
5050

5151
private static final Logger LOG = LoggerFactory.getLogger(CloudFormationResponse.class);
5252
private final SdkHttpClient client;

0 commit comments

Comments
 (0)