Skip to content

Commit b87847f

Browse files
author
Christopher Frost
committed
Revert Java doc change
iff actually means 'if and only if', updating Java Doc.
1 parent e60bd74 commit b87847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java_buildpack/component/mutable_java_home.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MutableJavaHome
3535
attr_accessor :version
3636

3737
# Whether or not the version of Java is 8 or later
38-
# @return [Boolean] +true+ if the version is 1.8.0 or later
38+
# @return [Boolean] +true+ if and only if the version is 1.8.0 or later
3939
def java_8_or_later?
4040
@version >= VERSION_8
4141
end

0 commit comments

Comments
 (0)