This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit ae3e3eaa061c2a52f52d2076ebb78b8a15f54013 Author: Felix Schumacher <[email protected]> AuthorDate: Mon Nov 16 11:43:48 2020 +0100 The referenced classes in the javadoc are hidden in current Java versions --- .../src/main/java/org/apache/jorphan/gui/JMeterUIDefaults.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jorphan/src/main/java/org/apache/jorphan/gui/JMeterUIDefaults.java b/src/jorphan/src/main/java/org/apache/jorphan/gui/JMeterUIDefaults.java index ab7d771..c0bd0cb 100644 --- a/src/jorphan/src/main/java/org/apache/jorphan/gui/JMeterUIDefaults.java +++ b/src/jorphan/src/main/java/org/apache/jorphan/gui/JMeterUIDefaults.java @@ -274,9 +274,9 @@ public class JMeterUIDefaults { } /** - * Non UIResource wrapper for fonts which preserves the underlying {@link sun.font.Font2D}. + * Non UIResource wrapper for fonts which preserves the underlying {@code sun.font.Font2D}. * This way the font behaves the same way with respect to fallback fonts - * (i.e. if the {@link sun.font.Font2D} base is of type {@link sun.font.CompositeFont}). + * (i.e. if the {@code sun.font.Font2D} base is of type {@code sun.font.CompositeFont}). */ private static class NonUIResourceFont extends Font { private NonUIResourceFont(Font font) {
