forked from swagger-api/swagger-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not split and re-join YAML document
This fixes issue swagger-api#2320 for YAML documents. The original code surprisingly overrides the behavior of SwaggerSerializers.java to needlessly split and join a YAML document. This was originally done to remove some kind of comment line from the YAML, but this has been removed long ago, making split/join-code pointless.
- Loading branch information
christianc
committed
Aug 3, 2017
1 parent
3bce461
commit f5f8392
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters