Moti Asayag has uploaded a new change for review.

Change subject: core: Fix javadoc references of network business entities
......................................................................

core: Fix javadoc references of network business entities

Change-Id: I188cb4f665c12030b86a30496e0c4c39530392b6
Signed-off-by: Moti Asayag <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
2 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/34174/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
index 7f4b71c..be964f8 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
@@ -16,7 +16,8 @@
 import org.ovirt.engine.core.compat.Guid;
 
 /**
- * <code>VdsNetworkInterface</code> defines a type of {@link 
BaseNetworkInterface} for instances of {@link VDS}.
+ * <code>VdsNetworkInterface</code> defines a type of {@link NetworkInterface} 
for instances of
+ * {@link org.ovirt.engine.core.common.businessentities.VDS}.
  *
  */
 @ValidNetworkConfiguration
diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
index aba708d..fa7dfb5 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
@@ -38,9 +38,11 @@
     }
 
     /**
-     * Update the {@link VdsDynamic#getnet_config_dirty()} field in the DB.<br>
+     * Update the {@link 
org.ovirt.engine.core.common.businessentities.VdsDynamic#getnet_config_dirty()} 
field in the
+     * DB.<br>
      * The update is done in a new transaction since we don't care if 
afterwards something goes wrong, but we would like
-     * to minimize races with other command that update the {@link VdsDynamic} 
entity in the DB.
+     * to minimize races with other command that update the
+     * {@link org.ovirt.engine.core.common.businessentities.VdsDynamic} entity 
in the DB.
      */
     private void updateNetConfigDirtyFlag() {
         TransactionSupport.executeInNewTransaction(new 
TransactionMethod<Void>() {


-- 
To view, visit http://gerrit.ovirt.org/34174
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I188cb4f665c12030b86a30496e0c4c39530392b6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to