Skip to content

Commit

Permalink
RESTWS-692 Support openmrs platform 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JyothsnaAshok committed Dec 31, 2017
1 parent e19967d commit 0067473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class ProviderSearchHandler1_9 implements SearchHandler {

private final SearchConfig searchConfig = new SearchConfig("default", RestConstants.VERSION_1 + "/provider",
Arrays.asList("1.9.*", "1.10.*", "1.11.*", "1.12.*", "2.0.*", "2.1.*"), new SearchQuery.Builder(
Arrays.asList("1.9.*", "1.10.*", "1.11.*", "1.12.*", "2.0.*", "2.1.*", "2.2.*"), new SearchQuery.Builder(
"Allows you to find providers by user uuid").withRequiredParameters("user").build());

/**
Expand Down

0 comments on commit 0067473

Please sign in to comment.