solomax commented on a change in pull request #121:
URL: https://github.com/apache/openmeetings/pull/121#discussion_r565066687
##########
File path:
openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/UserWebService.java
##########
@@ -156,7 +156,7 @@ public UserDTO add(
@WebParam(name="sid") @QueryParam("sid") String sid
, @WebParam(name="user") @FormParam("user") UserDTO user
, @WebParam(name="confirm") @FormParam("confirm")
Boolean confirm
- )
+ ) throws ServiceException
Review comment:
this is unfortunate :(
In such case could you please do the following:
- modify `ServiceException` so it would extend plain `Exception`
- add throws declaration where appropriate?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]