Skip to content

Commit 4cf10f9

Browse files
committed
Fix TODO comment
1 parent 7246479 commit 4cf10f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/input/ThrottledInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private Builder setMaxBytesPerSecond(final double maxBytesPerSecond) {
185185
*/
186186
public void setMaxBytesPerSecond(final long maxBytesPerSecond) {
187187
setMaxBytesPerSecond((double) maxBytesPerSecond);
188-
// TODO 3.0
188+
// TODO 4.0
189189
// return asThis();
190190
}
191191

0 commit comments

Comments
 (0)