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(); }