You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:29:09 UTC

[sling-org-apache-sling-distribution-api] 35/41: SLING-3553 - fixed trivial issue in log statement

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.distribution.api-0.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git

commit a6e02084b37ab4455aa6e7bd183b8857f65a0eb6
Author: Tommaso Teofili <to...@apache.org>
AuthorDate: Tue Jan 13 08:41:04 2015 +0000

    SLING-3553 - fixed trivial issue in log statement
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/api@1651301 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/distribution/SimpleDistributionRequest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/distribution/SimpleDistributionRequest.java b/src/main/java/org/apache/sling/distribution/SimpleDistributionRequest.java
index 6d14084..b5c849d 100644
--- a/src/main/java/org/apache/sling/distribution/SimpleDistributionRequest.java
+++ b/src/main/java/org/apache/sling/distribution/SimpleDistributionRequest.java
@@ -84,7 +84,7 @@ public final class SimpleDistributionRequest implements DistributionRequest {
     @Override
     public String toString() {
         return "SimpleDistributionRequest{" +
-                ", requestType=" + requestType +
+                "requestType=" + requestType +
                 ", paths=" + Arrays.toString(paths) +
                 ", deep=" + deep +
                 '}';

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.