Constructors, fields and nested classes do not inherit doc comments.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@826413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-10-18 11:40:46 +00:00
parent 64c615346f
commit c634f0c64c
1 changed files with 0 additions and 3 deletions

View File

@ -2616,7 +2616,6 @@ public class StrBuilder implements CharSequence, Appendable {
*/
class StrBuilderTokenizer extends StrTokenizer {
/** {@inheritDoc} */
StrBuilderTokenizer() {
super();
}
@ -2653,7 +2652,6 @@ public class StrBuilder implements CharSequence, Appendable {
/** The last mark position. */
private int mark;
/** {@inheritDoc} */
StrBuilderReader() {
super();
}
@ -2738,7 +2736,6 @@ public class StrBuilder implements CharSequence, Appendable {
*/
class StrBuilderWriter extends Writer {
/** {@inheritDoc} */
StrBuilderWriter() {
super();
}