We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60bd74 commit b87847fCopy full SHA for b87847f
lib/java_buildpack/component/mutable_java_home.rb
@@ -35,7 +35,7 @@ class MutableJavaHome
35
attr_accessor :version
36
37
# Whether or not the version of Java is 8 or later
38
- # @return [Boolean] +true+ if the version is 1.8.0 or later
+ # @return [Boolean] +true+ if and only if the version is 1.8.0 or later
39
def java_8_or_later?
40
@version >= VERSION_8
41
end
0 commit comments