We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10ef25 + 28c1833 commit a692dfbCopy full SHA for a692dfb
1 file changed
lib/java_buildpack/component/modular_component.rb
@@ -69,7 +69,7 @@ def command
69
# @param [Hash] context the context of the component
70
# @return [Array<BaseComponent>] a collection of +BaseComponent+s that make up the sub_components of this
71
# component
72
- def sub_components(context)
+ def sub_components(_context)
73
raise "Method 'sub_components' must be defined"
74
end
75
0 commit comments