We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8071290 commit eeb91d2Copy full SHA for eeb91d2
omod-common/src/main/java/org/openmrs/module/webservices/rest/web/api/RestService.java
@@ -23,7 +23,7 @@
23
* Database related methods for the Rest Web Services
24
*/
25
public interface RestService {
26
-
+
27
/**
28
* Parses a representation requested by the client via the http request
29
*
@@ -73,7 +73,7 @@ public interface RestService {
73
* @throws APIException
74
75
public List<DelegatingResourceHandler<?>> getResourceHandlers() throws APIException;
76
77
78
* Initializes all Resources and Search handlers for use; called after module startup
79
0 commit comments