[PATCH] Protected method bugs.

Satia Herfert satia.herfert at dfki.de
Thu Jul 31 10:48:59 CEST 2014


---
 lib/syskit/instance_requirements.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/syskit/instance_requirements.rb b/lib/syskit/instance_requirements.rb
index 768f81c..488a676 100644
--- a/lib/syskit/instance_requirements.rb
+++ b/lib/syskit/instance_requirements.rb
@@ -14,15 +14,15 @@ class InstanceRequirements
             # The model selection that can be used to instanciate this task, as
             # a DependencyInjection object
             attr_reader :selections
-            protected :selections
+            #protected :selections
             # A DI context that should be used to instanciate this task
             attr_reader :dependency_injection_context
-            protected :dependency_injection_context
+            #protected :dependency_injection_context
             # The set of pushed selections
             #
             # @see push_selections
             attr_reader :pushed_selections
-            protected :pushed_selections
+            #protected :pushed_selections
 
             # A set of hints for deployment disambiguation
             #
-- 
1.9.1


--------------070107010507070902060000--


More information about the Rock-dev mailing list