You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2019/04/26 13:50:39 UTC

[GitHub] [sling-org-apache-sling-distribution-journal] akrainiouk commented on a change in pull request #3: SLING-8374 Missing out exceptions in catch clause in DistributionSubs…

akrainiouk commented on a change in pull request #3: SLING-8374 Missing out exceptions in catch clause in DistributionSubs…
URL: https://github.com/apache/sling-org-apache-sling-distribution-journal/pull/3#discussion_r278956781
 
 

 ##########
 File path: src/main/java/org/apache/sling/distribution/journal/impl/subscriber/DistributionSubscriber.java
 ##########
 @@ -660,7 +665,7 @@ private void timedSendStoredStatus() {
             try {
                 sendStatusMessage(status);
                 sent = true;
-            } catch (Exception e) {
 
 Review comment:
   Oops! My bad! Ok, in that case we don't need to touch this part.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services