From 2fba0cdf5b09d73b7b010e1d6c233d0b1546c92a Mon Sep 17 00:00:00 2001 From: izabel <izabel> Date: Thu, 15 Jul 2010 09:00:50 +0000 Subject: [PATCH] minor: fix typo SVN: 17056 --- .../openbis/generic/shared/basic/dto/RoleWithHierarchy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a014a8bf203..5b1db76be10 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 -- GitLab