Skip to content

Commit

Permalink
Doing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 19, 2013
1 parent 08c3d51 commit c50a0bc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1648,8 +1648,8 @@ public Integer getCountOfPatients(String query) {
List<PatientIdentifierType> emptyList = new Vector<PatientIdentifierType>();
return OpenmrsUtil.convertToInteger(dao.getCountOfPatients(null, query, emptyList, false, true));
}

/**
/**
* @see PatientService#getPatients(String, Integer, Integer)
*/
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit c50a0bc

Please sign in to comment.