wx930910 commented on a change in pull request #2254:
URL: https://github.com/apache/accumulo/pull/2254#discussion_r703127183
##########
File path:
core/src/test/java/org/apache/accumulo/core/file/streams/RateLimitedInputStreamTest.java
##########
@@ -56,22 +69,22 @@ public int read() {
@Override
public void seek(long pos) {
throw new UnsupportedOperationException("Not supported yet."); // To
change body of generated
- //
methods, choose Tools |
- //
Templates.
+ // methods, choose Tools |
+ // Templates.
}
@Override
public long getPos() {
throw new UnsupportedOperationException("Not supported yet."); // To
change body of generated
- //
methods, choose Tools |
- //
Templates.
+ // methods, choose Tools |
+ // Templates.
}
@Override
public boolean seekToNewSource(long targetPos) {
throw new UnsupportedOperationException("Not supported yet."); // To
change body of generated
Review comment:
@EdColeman Thanks! The comments existed in code repository before this
change. Now I removed them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]