summaryrefslogtreecommitdiffstats
path: root/node-maintainer
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@yahoo-inc.com>2017-08-08 09:54:29 +0200
committerOla Aunrønning <olaa@yahoo-inc.com>2017-08-15 12:29:30 +0200
commit723356e11c626a8e40f6cd7b309678d3f9cc5adc (patch)
treec26efc829a9b0842709e14b1e63a936f8620ae16 /node-maintainer
parentb091b896f5cfa44c49999316f32f1b36dc164e04 (diff)
Added and changed some class level comments
Diffstat (limited to 'node-maintainer')
-rw-r--r--node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
index 66ac99dd065..ede4b0fc73a 100644
--- a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
+++ b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/report/VerificationReport.java
@@ -4,6 +4,12 @@ import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.yahoo.vespa.hosted.node.verification.spec.retrievers.HardwareInfo;
+
+/**
+ * Stores results of caomparing node repo spec and actual hardware info.
+ * In case of divergent values, set the corresponding attribute to the actual hardware info value.
+ * Attributes of equal value remain null.
+ */
@JsonInclude(JsonInclude.Include.NON_NULL)
public class VerificationReport {