Skip to content

Commit

Permalink
Comment empty block.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1603493 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Jun 18, 2014
1 parent 4c69ff8 commit 35e5aa9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public boolean markSupported() {
* @throws IOException if the pre-processing fails
*/
protected void beforeRead(final int n) throws IOException {
// no-op
}

/**
Expand All @@ -220,6 +221,7 @@ protected void beforeRead(final int n) throws IOException {
* @throws IOException if the post-processing fails
*/
protected void afterRead(final int n) throws IOException {
// no-op
}

/**
Expand Down

0 comments on commit 35e5aa9

Please sign in to comment.