Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137283 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/commons/lang/builder/ToStringStyle.java b/src/java/org/apache/commons/lang/builder/ToStringStyle.java
index 26b6eaa..c6425d2 100644
--- a/src/java/org/apache/commons/lang/builder/ToStringStyle.java
+++ b/src/java/org/apache/commons/lang/builder/ToStringStyle.java
@@ -82,7 +82,7 @@
  *
  * @author Stephen Colebourne
  * @since 1.0
- * @version $Id: ToStringStyle.java,v 1.11 2003/03/27 08:54:31 ggregory Exp $
+ * @version $Id: ToStringStyle.java,v 1.12 2003/04/08 22:34:53 ggregory Exp $
  */
 public abstract class ToStringStyle implements Serializable {
     
@@ -263,7 +263,7 @@
     }
 
     /**
-     * <p>Remove the last field separator from the buffer</p>
+     * <p>Remove the last field separator from the buffer.</p>
      * 
      * @param buffer  the <code>StringBuffer</code> to populate
      */
@@ -1959,7 +1959,7 @@
     private static final class DefaultToStringStyle extends ToStringStyle {
         
         /**
-         * <p>Constructor</p>
+         * <p>Constructor.</p>
          *
          * <p>Use the static constant rather than instantiating.</p>
          */
@@ -1990,7 +1990,7 @@
     private static final class NoFieldNameToStringStyle extends ToStringStyle {
         
         /**
-         * <p>Constructor</p>
+         * <p>Constructor.</p>
          *
          * <p>Use the static constant rather than instantiating.</p>
          */
@@ -2022,7 +2022,7 @@
     private static final class SimpleToStringStyle extends ToStringStyle {
         
         /**
-         * <p>Constructor</p>
+         * <p>Constructor.</p>
          *
          * <p>Use the static constant rather than instantiating.</p>
          */
@@ -2056,7 +2056,7 @@
     private static final class MultiLineToStringStyle extends ToStringStyle {
 
         /**
-         * <p>Constructor</p>
+         * <p>Constructor.</p>
          *
          * <p>Use the static constant rather than instantiating.</p>
          */