Skip to content

Commit d0647d2

Browse files
RESTWS-760: Order resource does not include drug strength
1 parent 2bb28db commit d0647d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

omod-common/src/main/java/org/openmrs/module/webservices/rest/web/resource/impl/BaseDelegatingResource.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ private void maybeDecorateWithType(SimpleObject simple, T delegate) {
451451
/**
452452
* If this resource is a DrugOrder, then we add a strength property to the input, and return it
453453
*
454-
* @param simple simplified representation which will be decorated with the user-friendly type
455-
* name
456-
* @param delegate the object that simple represents
454+
* @param simple simplified representation which will be decorated with the strength property
455+
*
456+
* @param delegate the DrugOrder object that simple represents
457457
*/
458458
private void decorateWithStrengthProperty(SimpleObject simple, T delegate) {
459459
if (delegate instanceof Order) {

0 commit comments

Comments
 (0)