From a11ee29779bebc0d698fbe72cb50e23a9188917e Mon Sep 17 00:00:00 2001 From: mrglavas Date: Fri, 17 Jun 2005 03:10:33 +0000 Subject: [PATCH] Javadoc fixes. End tags for were missing. This caused the Javadoc for the methods following the missing end tag to be formatted entirely in the "code" format. Fixed a few instances where *s were inadverently included in the Javadoc text that should not have been. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226236 13f79535-47bb-0310-9956-ffa450edef68 --- java/external/src/javax/xml/datatype/Duration.java | 8 ++++---- .../src/javax/xml/transform/TransformerFactory.java | 2 +- .../src/javax/xml/transform/sax/TransformerHandler.java | 2 +- java/external/src/org/xml/sax/ext/Locator2.java | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/java/external/src/javax/xml/datatype/Duration.java b/java/external/src/javax/xml/datatype/Duration.java index 97eed2c..a8c3886 100644 --- a/java/external/src/javax/xml/datatype/Duration.java +++ b/java/external/src/javax/xml/datatype/Duration.java @@ -52,8 +52,8 @@ import javax.xml.namespace.QName; *
  • A==B (A and B are of the same duration) *
  • A<>B (Comparison between A and B is indeterminate) * - - * *

    For example, 30 days cannot be meaningfully compared to one month. + * + *

    For example, 30 days cannot be meaningfully compared to one month. * The {@link #compare(Duration duration)} method implements this * relationship.

    * @@ -309,7 +309,7 @@ public abstract class Duration { * *

    If the seconds field carries more digits than milli-second order, * those will be simply discarded (or in other words, rounded to zero.) - * For example, for any Calendar value x,

    + * For example, for any Calendar value x,

    *
     	 * new Duration("PT10.00099S").getTimeInMills(x) == 10000.
     	 * new Duration("-PT10.00099S").getTimeInMills(x) == -10000.
    @@ -346,7 +346,7 @@ public abstract class Duration {
     	 * 
     	 * 

    If the seconds field carries more digits than milli-second order, * those will be simply discarded (or in other words, rounded to zero.) - * For example, for any Date value x,

    + * For example, for any Date value x,

    *
     	 * new Duration("PT10.00099S").getTimeInMills(x) == 10000.
     	 * new Duration("-PT10.00099S").getTimeInMills(x) == -10000.
    diff --git a/java/external/src/javax/xml/transform/TransformerFactory.java b/java/external/src/javax/xml/transform/TransformerFactory.java
    index b5eda0f..c325ff4 100644
    --- a/java/external/src/javax/xml/transform/TransformerFactory.java
    +++ b/java/external/src/javax/xml/transform/TransformerFactory.java
    @@ -154,7 +154,7 @@ public abstract class TransformerFactory {
             throws TransformerConfigurationException;
     
         /**
    -     * 

    Create a new Transformer that performs a copy + *

    Create a new Transformer that performs a copy * of the Source to the Result. * i.e. the "identity transform".

    * diff --git a/java/external/src/javax/xml/transform/sax/TransformerHandler.java b/java/external/src/javax/xml/transform/sax/TransformerHandler.java index b4505a6..e35ae95 100644 --- a/java/external/src/javax/xml/transform/sax/TransformerHandler.java +++ b/java/external/src/javax/xml/transform/sax/TransformerHandler.java @@ -38,7 +38,7 @@ public interface TransformerHandler * TransformerHandler to be used for the transformation.

    * * @param result A Result instance, should not be - * null. + * null. * * @throws IllegalArgumentException if result is invalid for some reason. */ diff --git a/java/external/src/org/xml/sax/ext/Locator2.java b/java/external/src/org/xml/sax/ext/Locator2.java index 040100e..f20e4b4 100644 --- a/java/external/src/org/xml/sax/ext/Locator2.java +++ b/java/external/src/org/xml/sax/ext/Locator2.java @@ -67,7 +67,7 @@ public interface Locator2 extends Locator * and comparisons should be case-insensitive. * * @return Name of the character encoding being used to interpret - * * the entity's text, or null if this was not provided for a * + * the entity's text, or null if this was not provided for a * character stream passed through an InputSource or is otherwise * not yet available in the current parsing state. */