提交 ef04663b 编写于 作者: S Stephen Connolly

fix typos

上级 55db82c0
......@@ -116,7 +116,7 @@ public class Items {
}
/**
* Returns all the registered {@link TopLevelItemDescriptor}s that the current security principle is allowed to
* Returns all the registered {@link TopLevelItemDescriptor}s that the current security principal is allowed to
* create within the specified item group.
*
* @since 1.582
......@@ -126,7 +126,7 @@ public class Items {
}
/**
* Returns all the registered {@link TopLevelItemDescriptor}s that the specified security principle is allowed to
* Returns all the registered {@link TopLevelItemDescriptor}s that the specified security principal is allowed to
* create within the specified item group.
*
* @since 1.582
......
......@@ -102,11 +102,11 @@ public abstract class ACL {
}
}
/**
* Checks if the given principle has the permission to create top level items within the specified item group.
* Checks if the given principal has the permission to create top level items within the specified item group.
* <p>
* Note that {@link #SYSTEM} can be passed in as the authentication parameter,
* in which case you should probably just assume it has can create anything.
* @param a the principle.
* @param a the principal.
* @param c the container of the item.
* @param d the descriptor of the item to be created.
* @return false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册