fixed notes

This commit is contained in:
Tony Tam
2014-10-22 14:06:59 -07:00
parent 36aad8bc0a
commit ee833da0ca

View File

@@ -528,8 +528,8 @@ public class DefaultCodegen {
}
op.path = path;
op.operationId = operationId;
op.summary = operation.getDescription();
op.notes = operation.getSummary();
op.summary = operation.getSummary();
op.notes = operation.getDescription();
op.tags = operation.getTags();
Response methodResponse = null;