From a636365adbdb9ea06cf2f9e2113325eec6e67149 Mon Sep 17 00:00:00 2001 From: Andrei Solntsev Date: Sat, 2 Nov 2024 16:50:27 +0200 Subject: [PATCH] fix link in javadoc --- .../src/main/java/org/xhtmlrenderer/simple/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flying-saucer-core/src/main/java/org/xhtmlrenderer/simple/package-info.java b/flying-saucer-core/src/main/java/org/xhtmlrenderer/simple/package-info.java index 42f9b40fe..35154dc95 100644 --- a/flying-saucer-core/src/main/java/org/xhtmlrenderer/simple/package-info.java +++ b/flying-saucer-core/src/main/java/org/xhtmlrenderer/simple/package-info.java @@ -8,7 +8,7 @@ *

All classes in this package are intended for ease-of-use, with no customization * required. To render a document quickly, use {@link org.xhtmlrenderer.simple.XHTMLPanel}--just instantiate * the panel, add it to a scroll pane or {@link org.xhtmlrenderer.simple.FSScrollPane}, and call - * {@link org.xhtmlrenderer.simple.XHTMLPanel#setDocument(Document)}. You can render from a {@link org.w3c.dom.Document}, + * {@link org.xhtmlrenderer.simple.XHTMLPanel#setDocument(org.w3c.dom.Document)}. You can render from a {@link org.w3c.dom.Document}, * from a {@link java.net.URL}, from a file, and from an {@link java.io.InputStream}.

*

The {@link org.xhtmlrenderer.simple.Graphics2DRenderer} allows you to render XHTML right to image files-- * without displaying them onscreen at all. You can use any XHTML/XML/CSS combination and