Skip to content

Commit f394446

Browse files
committedMar 17, 2014
Fixed type in - TRUNK-4173
1 parent 4227c8b commit f394446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api/src/main/java/org/openmrs/api/db/OrderDAO.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public interface OrderDAO {
6363
* @param orderType The type of Order to get
6464
* @param patients The patients to get orders for
6565
* @param concepts The concepts in order.getConcept to get orders for
66-
* @param orderers The users/orderers of the
66+
* @param orderers The orderers to match on
6767
* @param encounters The encounters that the orders are assigned to
6868
* @return list of Orders matching the parameters
6969
*/

0 commit comments

Comments
 (0)
Please sign in to comment.