dogtagpki / jss

Network Security Services for Java is a Java interface to NSS

Home Page:https://dogtagpki.github.io/jss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javadoc generation will fail when time comes to switch to building with jdk11

emaldona opened this issue · comments

The use of <tt>/</tt> causes failures with jdk11 tools
see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tt
This is not a problem with either jdk8 or jdk10 only with jdk11

The start of the sentence should have been
The use of <tt>/</tt> tags causes failures with jdk11 tools ...

Replace that '/' with less-than-symbol + tt + greater-than-symbol

I've updated the comments :) GitHub preserved your original text so I was able to wrap it in backticks and have it just work.