From 870ff6af321adf975ceabb85bd00ce05900513ec Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 7 Apr 2015 20:06:08 -0700 Subject: [PATCH] [Containment] Add message WTD-962 --- platform/containment/bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/containment/bundle.json b/platform/containment/bundle.json index 483ecb0677..43823ea351 100644 --- a/platform/containment/bundle.json +++ b/platform/containment/bundle.json @@ -4,7 +4,8 @@ { "category": "composition", "implementation": "CompositionPolicy.js", - "depends": [ "typeService", "capabilityService" ] + "depends": [ "typeService", "capabilityService" ], + "message": "Objects of this type cannot contain objects of that type." } ] }