swagger-core icon indicating copy to clipboard operation
swagger-core copied to clipboard

enhancement : prevent ApiResponse#getHeaders from NullPointerException

Open ans1genie opened this issue 2 years ago • 0 comments

ApiResponse class headers field can be null. Initialize the headers field with empty Map In order to prevent NullPointerException when calling the ApiResponse#getHeaders.

ans1genie avatar May 22 '23 10:05 ans1genie