diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java index a014a8bf203298ea7126b2f9ccc009c65aa37b33..5b1db76be1067fa320f224ec415907392dabb420 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java @@ -34,7 +34,7 @@ import com.google.gwt.user.client.rpc.IsSerializable; * "stronger" role will also be able to access given server method) * </ol> * </p> - * <h4>Example:</h4>To annotate an interface method with a new role e.g. <code>SERCRET_AGENT</code>: + * <h4>Example:</h4>To annotate an interface method with a new role e.g. <code>SECRET_AGENT</code>: * <ol> * <li>Add <code>SECRET_AGENT</code> to {@link RoleCode} enumerator. * <li>Add <code>SECRET_AGENT</code> to <code>authorization_role</code> domain in the database (and