RM-4391: javadoc clarification

This commit is contained in:
Kristijan Conkas
2016-12-05 16:00:27 +00:00
parent 6b3be22a75
commit f73203bd7f

View File

@@ -222,7 +222,7 @@ public class BaseRestTest extends RestTest
* Checks whether the user exists in RM site and creates it if required, with password identical * Checks whether the user exists in RM site and creates it if required, with password identical
* to username. Note the role is a Core API role, not an RM role. * to username. Note the role is a Core API role, not an RM role.
* <br> * <br>
* For already existing users, no role verification is performed. * For already existing users, no site membership or role verification is performed.
* <p> * <p>
* @param userName username to add * @param userName username to add
* @param userRole user's role * @param userRole user's role