Skip to content

Commit

Permalink
Merge pull request informatici#200 from emecas/OP-261-fix-name-of-fin…
Browse files Browse the repository at this point in the history
…dWard-method

OP-261 | Fix findWard name in WardBrowserManager
  • Loading branch information
mwithi authored Sep 8, 2020
2 parents fa9749e + bf403fc commit 5e2b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/isf/ward/manager/WardBrowserManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public int getCurrentOccupation(Ward ward) throws OHServiceException {
* @param code - the {@link Ward} code.
* @return the {@link Ward}
*/
public Ward findVaccine(String code) throws OHServiceException {
public Ward findWard(String code) throws OHServiceException {
return ioOperations.findWard(code);
}

Expand Down

0 comments on commit 5e2b4b5

Please sign in to comment.