Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.2
Description
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java?view=markup
contains these lines of code:
2835 /**
2836 * Inner class to allow StrBuilder to operate as a writer.
2837 */
2838 class StrBuilderReader extends Reader {
That doesn't make much sense. The comment should probably read "... as a reader".