Skip to content

Commit a692dfb

Browse files
committed
Merge branch '3.x'
2 parents c10ef25 + 28c1833 commit a692dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/java_buildpack/component/modular_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def command
6969
# @param [Hash] context the context of the component
7070
# @return [Array<BaseComponent>] a collection of +BaseComponent+s that make up the sub_components of this
7171
# component
72-
def sub_components(context)
72+
def sub_components(_context)
7373
raise "Method 'sub_components' must be defined"
7474
end
7575

0 commit comments

Comments
 (0)