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:52:11 UTC

[sling-org-apache-sling-jcr-webdav] 03/10: style

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

rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.3.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit cedce7baf843caa4438eb8a3795fa8d62ffa681a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 25 17:30:08 2015 +0000

    style
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1721688 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java b/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
index a8d2720..2785e69 100644
--- a/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
+++ b/src/main/java/org/apache/sling/jcr/webdav/impl/servlets/SlingWebDavServlet.java
@@ -278,7 +278,6 @@ public class SlingWebDavServlet extends SimpleWebdavServlet {
     }
 
     public void bindCopyMoveHandler(final ServiceReference copyMoveHandlerReference) {
-
         this.copyMoveManager.bindCopyMoveHandler(copyMoveHandlerReference);
     }
 

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