提交 bd4e2665 authored 作者: noelgrandin's avatar noelgrandin

fix javadoc

上级 a106a908
...@@ -127,7 +127,6 @@ public abstract class RightOwner extends DbObjectBase { ...@@ -127,7 +127,6 @@ public abstract class RightOwner extends DbObjectBase {
* Remove the right for the given role. * Remove the right for the given role.
* *
* @param role the role to revoke * @param role the role to revoke
* @throws SQLException if the right has not been granted
*/ */
void revokeRole(Role role) { void revokeRole(Role role) {
if (grantedRoles == null) { if (grantedRoles == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论