Skip to content

Commit eeb91d2

Browse files
authored
Update RestService.java
1 parent 8071290 commit eeb91d2

File tree

1 file changed

+2
-2
lines changed
  • omod-common/src/main/java/org/openmrs/module/webservices/rest/web/api

1 file changed

+2
-2
lines changed

omod-common/src/main/java/org/openmrs/module/webservices/rest/web/api/RestService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Database related methods for the Rest Web Services
2424
*/
2525
public interface RestService {
26-
26+
2727
/**
2828
* Parses a representation requested by the client via the http request
2929
*
@@ -73,7 +73,7 @@ public interface RestService {
7373
* @throws APIException
7474
*/
7575
public List<DelegatingResourceHandler<?>> getResourceHandlers() throws APIException;
76-
76+
7777
/**
7878
* Initializes all Resources and Search handlers for use; called after module startup
7979
*/

0 commit comments

Comments
 (0)