joshelser commented on a change in pull request #716: PHOENIX-5721 Unify 4.x 
branches (for HBase 1.5, 1.4 as well as 1.3)
URL: https://github.com/apache/phoenix/pull/716#discussion_r386709361
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/DelegateRegionObserver.java
 ##########
 @@ -676,40 +675,13 @@ public Cell 
postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>
     public DeleteTracker postInstantiateDeleteTracker(
             ObserverContext<RegionCoprocessorEnvironment> ctx, DeleteTracker 
delTracker)
             throws IOException {
-        return delegate.postInstantiateDeleteTracker(ctx, delTracker);
+        return   delegate.postInstantiateDeleteTracker(ctx, delTracker);
 
 Review comment:
   nit: extra space

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