Skip to content

Commit

Permalink
Fixed type in - TRUNK-4173
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Mar 17, 2014
1 parent 4227c8b commit f394446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/openmrs/api/db/OrderDAO.java
Expand Up @@ -63,7 +63,7 @@ public interface OrderDAO {
* @param orderType The type of Order to get
* @param patients The patients to get orders for
* @param concepts The concepts in order.getConcept to get orders for
* @param orderers The users/orderers of the
* @param orderers The orderers to match on
* @param encounters The encounters that the orders are assigned to
* @return list of Orders matching the parameters
*/
Expand Down

0 comments on commit f394446

Please sign in to comment.