diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index 4ec5e5be3..37a67ee7d 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -156,7 +156,7 @@ element which is used to perform Entity and URI resolution
false
. Since Ant 1.6.false
. Since Ant 1.5.2.
Setting this to true may get around a bug in certain * Xalan-J versions, default is false.
* - * @since Ant 1.6 + * @since Ant 1.5.2 */ public void setReloadStylesheet(boolean b) { reuseLoadedStylesheet = !b; @@ -715,7 +717,6 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger { } } - /** * Initialize internal instance of XMLCatalog */ diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java b/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java index ac9a0d77e..48b0591a7 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java @@ -117,7 +117,7 @@ public class TraXLiaison implements XSLTLiaison, ErrorListener, XSLTLoggerAware /** The In memory version of the stylesheet */ private Templates templates; - + /** * The modification time of the stylesheet from which the templates * are read @@ -284,7 +284,7 @@ public class TraXLiaison implements XSLTLiaison, ErrorListener, XSLTLoggerAware * @throws BuildException thrown if there is a problem creating * the factory. * @see #setFactory(String) - * @since Ant 1.6 + * @since Ant 1.5.2 */ private TransformerFactory getFactory() throws BuildException { if (tfactory != null) { @@ -345,6 +345,7 @@ public class TraXLiaison implements XSLTLiaison, ErrorListener, XSLTLoggerAware * @param name the output property name. * @param value the output property value. * @since Ant 1.5 + * @since Ant 1.5 */ public void setOutputProperty(String name, String value) { final String[] pair = new String[]{name, value};