Skip to content

Commit 93c684e

Browse files
committed
remove commented code
1 parent 84cc5b0 commit 93c684e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/swagger-parser-v3/src/main/java/io/swagger/v3/parser/processors/PathsProcessor.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ protected void updateRefs(ApiResponse response, String pathRef) {
172172
if(response.getContent() != null) {
173173
Map<String, MediaType> content = response.getContent();
174174
for (String key: content.keySet()) {
175-
MediaType mediaType = content.get(key);
176-
if (mediaType.getSchema() != null) {
177-
//updateRefs(mediaType.getSchema(), pathRef);
178-
}
179175
Map<String, Example> examples = content.get(key).getExamples();
180176
if (examples != null) {
181177
for( Example example:examples.values()){

0 commit comments

Comments
 (0)