From 512297ef05ace9e9acdc0839e32a4a8c8eac02f3 Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 6 Mar 2017 13:52:30 -0600 Subject: [PATCH] update comments --- lib/config/executor/container_vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/executor/container_vm.go b/lib/config/executor/container_vm.go index 68d6e19135..94b3928efc 100644 --- a/lib/config/executor/container_vm.go +++ b/lib/config/executor/container_vm.go @@ -34,7 +34,7 @@ type Common struct { // A reference to the components hosting execution environment, if any ExecutionEnvironment string - // Unambiguous ID with meaning in the context of its hosting execution environment. Change this definition will cause container backward compatibility issue + // Unambiguous ID with meaning in the context of its hosting execution environment. Change this definition will cause container backward compatibility issue. Please don't change this. ID string `vic:"0.1" scope:"read-only" key:"id"` // Convenience field to record a human readable name