Discussion:
[PATCH] Protected method bugs.
Satia Herfert
2014-07-31 08:48:59 UTC
Permalink
---
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--
Loading...