Skip to content

Commit d2d16b1

Browse files
author
Christopher Frost
committed
Removing a commented line of code
The previous work on this issue left in a commented line of code that should of been removed. This commit removes it. [#86290602]
1 parent 40be628 commit d2d16b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/java_buildpack/framework/java_opts.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def parsed_java_opts
6565
parsed_java_opts.concat @configuration[CONFIGURATION_PROPERTY].shellsplit if supports_configuration?
6666
parsed_java_opts.concat ENV[ENVIRONMENT_VARIABLE].shellsplit if supports_environment?
6767

68-
# parsed_java_opts.map { |java_opt| java_opt.gsub(/([\s])/, '\\\\\1') }
6968
parsed_java_opts.map do |java_opt|
7069
if /(?<key>.+)=(?<value>.+)/ =~ java_opt
7170
"#{key}=#{value.shellescape}"

0 commit comments

Comments
 (0)