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/10/18 23:25:51 UTC

[sling-org-apache-sling-urlrewriter] 04/17: SLING-3518 make filter internal

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-urlrewriter.git

commit bb030f14634ef17dff19fb8c53bc0bc83a14da14
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jan 23 09:32:06 2015 +0000

    SLING-3518 make filter internal
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1654155 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/urlrewriter/{ => internal}/SlingUrlRewriteFilter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/urlrewriter/SlingUrlRewriteFilter.java b/src/main/java/org/apache/sling/urlrewriter/internal/SlingUrlRewriteFilter.java
similarity index 99%
rename from src/main/java/org/apache/sling/urlrewriter/SlingUrlRewriteFilter.java
rename to src/main/java/org/apache/sling/urlrewriter/internal/SlingUrlRewriteFilter.java
index 1901a48..fbc5d7f 100644
--- a/src/main/java/org/apache/sling/urlrewriter/SlingUrlRewriteFilter.java
+++ b/src/main/java/org/apache/sling/urlrewriter/internal/SlingUrlRewriteFilter.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.sling.urlrewriter;
+package org.apache.sling.urlrewriter.internal;
 
 import java.io.ByteArrayInputStream;
 import java.io.IOException;

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