Skip to content

Commit 2b0a4e5

Browse files
committed
Fix javadoc error
1 parent 5a4c9d5 commit 2b0a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static boolean isBoringSSL() {
153153
}
154154

155155
/**
156-
* @return true if running with LibreSSL < 3.5
156+
* @return true if running with LibreSSL &lt; 3.5
157157
*/
158158
public static boolean isLibreSSLPre35() {
159159
return Name.LIBRESSL.equals(name) && ((majorVersion == 3 && minorVersion < 5) || majorVersion < 3);

0 commit comments

Comments
 (0)