Alon Bar-Lev has uploaded a new change for review. Change subject: utils: SSHDialogTest: Inner class could be made static ......................................................................
utils: SSHDialogTest: Inner class could be made static Change-Id: Id82a6181a0cae2b5a5ab7781fc8371eb61c3572f Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/21114/1 diff --git a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java index 2d5e189..596cd5a 100644 --- a/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java +++ b/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ssh/SSHDialogTest.java @@ -44,7 +44,7 @@ private static final int BUFFER_SIZE = 10 * 1024; - private class Sink + private static class Sink implements Runnable, SSHDialog.Sink { private SSHDialog.Control _control; -- To view, visit http://gerrit.ovirt.org/21114 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id82a6181a0cae2b5a5ab7781fc8371eb61c3572f 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