You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/10/18 13:40:46 UTC

svn commit: r826413 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java

Author: sebb
Date: Sun Oct 18 11:40:46 2009
New Revision: 826413

URL: http://svn.apache.org/viewvc?rev=826413&view=rev
Log:
Constructors, fields and nested classes do not inherit doc comments. 

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java?rev=826413&r1=826412&r2=826413&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java Sun Oct 18 11:40:46 2009
@@ -2616,7 +2616,6 @@
      */
     class StrBuilderTokenizer extends StrTokenizer {
 
-        /** {@inheritDoc} */
         StrBuilderTokenizer() {
             super();
         }
@@ -2653,7 +2652,6 @@
         /** The last mark position. */
         private int mark;
 
-        /** {@inheritDoc} */
         StrBuilderReader() {
             super();
         }
@@ -2738,7 +2736,6 @@
      */
     class StrBuilderWriter extends Writer {
 
-        /** {@inheritDoc} */
         StrBuilderWriter() {
             super();
         }