Martin Mucha has uploaded a new change for review. Change subject: core: misplaced javadoc ......................................................................
core: misplaced javadoc dangling javadoc after refactor Change-Id: Ibf38dc2e1ccaa2c3d0f51c3696c28738f5f48ccf Signed-off-by: Martin Mucha <mmu...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/SetupNetworksParameters.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/32280/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/SetupNetworksParameters.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/SetupNetworksParameters.java index c3d8fc9..ac1cf9f 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/SetupNetworksParameters.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/SetupNetworksParameters.java @@ -26,9 +26,6 @@ private List<String> networksToSync; - /** - * @param interfaces Interfaces that are connected to a network or bond - */ public SetupNetworksParameters() { this.interfaces = new ArrayList<VdsNetworkInterface>(); } @@ -37,6 +34,9 @@ return interfaces; } + /** + * @param interfaces Interfaces that are connected to a network or bond + */ public void setInterfaces(List<VdsNetworkInterface> interfaces) { this.interfaces = interfaces; } -- To view, visit http://gerrit.ovirt.org/32280 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf38dc2e1ccaa2c3d0f51c3696c28738f5f48ccf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <mmu...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches