File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
omod-common/src/main/java/org/openmrs/module/webservices/docs/swagger Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -832,12 +832,12 @@ private void addSubclassOperations() {
832832 Map <String , Property > properties = definition .getProperties ();
833833
834834 // 2. merge subclass properties into definition
835- for (Map .Entry <String , Property > prop : resourceHandler .getGETModel (Representation .FULL ).getProperties ()
836- .entrySet ()) {
837- if (properties .get (prop .getKey ()) == null ) {
838- properties .put (prop .getKey (), prop .getValue ());
839- }
840- }
835+ // for (Map.Entry<String, Property> prop : resourceHandler.getGETModel(Representation.FULL).getProperties()
836+ // .entrySet()) {
837+ // if (properties.get(prop.getKey()) == null) {
838+ // properties.put(prop.getKey(), prop.getValue());
839+ // }
840+ // }
841841
842842 // 3. update description
843843 post .setDescription ("Certain properties may be required depending on type" );
You can’t perform that action at this time.
0 commit comments