Blame aelfred-javadoc.patch

4a6fea
--- aelfred-7.0/net/sf/saxon/aelfred/SAXDriver.java	2022-03-19 13:47:57.460297985 +0100
4a6fea
+++ aelfred-7.0/net/sf/saxon/aelfred/SAXDriver.java	2022-03-19 13:58:48.212214516 +0100
4a6fea
@@ -60,13 +60,14 @@
4a6fea
  * no longer public.  See the package level documentation for more
4a6fea
  * information.
4a6fea
  *
4a6fea
- * 
4a6fea
- * 
4a6fea
- *	<font size='+1'>Name</font>
4a6fea
- *	<font size='+1'>Notes</font>
4a6fea
+ * 
4a6fea
+ * <caption></caption>
4a6fea
+ * 
4a6fea
+ *	Name
4a6fea
+ *	Notes
4a6fea
  *
4a6fea
- * <center>Features ... URL prefix is
4a6fea
- * http://xml.org/sax/features/</center>
4a6fea
+ * Features ... URL prefix is
4a6fea
+ * http://xml.org/sax/features/
4a6fea
  *
4a6fea
  * (URL)/external-general-entities
4a6fea
  *	Value is fixed at true
4a6fea
@@ -82,8 +83,8 @@
4a6fea
  * (URL)/validation
4a6fea
  *	Value is fixed at false
4a6fea
  *
4a6fea
- * <center>Handler Properties ... URL prefix is
4a6fea
- * http://xml.org/sax/properties/</center>
4a6fea
+ * Handler Properties ... URL prefix is
4a6fea
+ * http://xml.org/sax/properties/
4a6fea
  *
4a6fea
  * (URL)/declaration-handler
4a6fea
  *	A declaration handler may be provided.  Declaration of general
4a6fea
@@ -186,7 +187,7 @@
4a6fea
 
4a6fea
     /**
4a6fea
      * SAX1, SAX2: Set the entity resolver for this parser.
4a6fea
-     * @param handler The object to receive entity events.
4a6fea
+     * @param resolver The object to receive entity events.
4a6fea
      */
4a6fea
     public void setEntityResolver (EntityResolver resolver)
4a6fea
     {