EdColeman commented on a change in pull request #2254:
URL: https://github.com/apache/accumulo/pull/2254#discussion_r703109504



##########
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:
       The comment seems to be from you IDE and not relevant to the code.  
Please update or remove,

##########
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

Review comment:
       The comment seems to be from you IDE and not relevant to the code.  
Please update or remove,

##########
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

Review comment:
       The comment seems to be from you IDE and not relevant to the code.  
Please update or remove,




-- 
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]


Reply via email to