Alon Bar-Lev has uploaded a new change for review. Change subject: aaa: reduce findbug unuseful warning ......................................................................
aaa: reduce findbug unuseful warning Change-Id: I9313bb43fe11cd796a72b7250bae46bfc7c29949 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/42/32442/1 diff --git a/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java b/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java index 5f9eb69..6f3a186 100644 --- a/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java +++ b/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java @@ -54,8 +54,7 @@ Authz.InvokeKeys.QUERY_FLAGS, ( (resolveGroups ? Authz.QueryFlags.RESOLVE_GROUPS : 0) | - (resolveGroupsRecursive ? Authz.QueryFlags.RESOLVE_GROUPS_RECURSIVE : 0) | - 0 + (resolveGroupsRecursive ? Authz.QueryFlags.RESOLVE_GROUPS_RECURSIVE : 0) ) )); if (output.<Integer> get(Authz.InvokeKeys.STATUS) == Authz.Status.SUCCESS) { -- To view, visit http://gerrit.ovirt.org/32442 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9313bb43fe11cd796a72b7250bae46bfc7c29949 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches