Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 24, 2015
1 parent 7803487 commit 20c86eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public Swagger read(Class cls) {
Tag tagObject = new Tag()
.name(tag.value())
.description(tag.description());

if(tag.externalDocs() != null && !"".equals(tag.externalDocs().value()))
tagObject.externalDocs(
new ExternalDocs(tag.externalDocs().value(), tag.externalDocs().url()));
Expand Down

0 comments on commit 20c86eb

Please sign in to comment.