You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/09/07 02:03:47 UTC

[GitHub] [accumulo] wx930910 commented on a change in pull request #2254: Replacing MockReateLimiter with mocking object to improve test design

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org