You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/09/26 08:53:07 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1929] javadocs are fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new b9033ed  [OPENMEETINGS-1929] javadocs are fixed
b9033ed is described below

commit b9033ed703e6baaa3a6b5b5eebc6e5524a360956
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Sep 26 15:52:51 2018 +0700

    [OPENMEETINGS-1929] javadocs are fixed
---
 .../main/java/org/apache/openmeetings/webservice/RoomWebService.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/RoomWebService.java b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/RoomWebService.java
index 03e4343..2c59a04 100644
--- a/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/RoomWebService.java
+++ b/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/RoomWebService.java
@@ -369,7 +369,8 @@ public class RoomWebService extends BaseWebService {
 	/**
 	 * Method to clean room white board (all objects will be purged)
 	 *
-	 * @param roomId - id of the room to clean
+	 * @param sid - The SID of the User. This SID must be marked as Loggedin
+	 * @param id - id of the room to clean
 	 * @return - serviceResult object with the result
 	 */
 	@WebMethod