liuml07 commented on issue #1468: HBASE-24153. Remove unnecessary super() in 
MultiVersionConcurrencyControl#MultiVer…
URL: https://github.com/apache/hbase/pull/1468#issuecomment-612228189
 
 
   @saintstack Yes I agree with @leosunli  `super()` will be implicitly added 
if not any `super` is called, I think it makes sense just to remove it here.
   
   The parametrized constructor
   ```
   public MultiVersionConcurrencyControl(long startPoint)
   ```
   does not have `super()` and we know it's fine. Adding `super()` one place 
but not the other seems a bit inconsistent.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to