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:
parent
64c615346f
commit
c634f0c64c
|
@ -2616,7 +2616,6 @@ public class StrBuilder implements CharSequence, Appendable {
|
||||||
*/
|
*/
|
||||||
class StrBuilderTokenizer extends StrTokenizer {
|
class StrBuilderTokenizer extends StrTokenizer {
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
|
||||||
StrBuilderTokenizer() {
|
StrBuilderTokenizer() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
@ -2653,7 +2652,6 @@ public class StrBuilder implements CharSequence, Appendable {
|
||||||
/** The last mark position. */
|
/** The last mark position. */
|
||||||
private int mark;
|
private int mark;
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
|
||||||
StrBuilderReader() {
|
StrBuilderReader() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
@ -2738,7 +2736,6 @@ public class StrBuilder implements CharSequence, Appendable {
|
||||||
*/
|
*/
|
||||||
class StrBuilderWriter extends Writer {
|
class StrBuilderWriter extends Writer {
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
|
||||||
StrBuilderWriter() {
|
StrBuilderWriter() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue