You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/08/31 12:05:14 UTC

[24/27] jena git commit: Correct indentation.

Correct indentation.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/228f4b96
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/228f4b96
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/228f4b96

Branch: refs/heads/master
Commit: 228f4b96e0eea3081d6b707613b63eaba6ae013f
Parents: 5e00033
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Aug 27 18:21:00 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Aug 27 18:21:00 2018 +0100

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/228f4b96/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml b/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml
index b9f1ff1..0737e76 100644
--- a/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml
+++ b/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml
@@ -232,8 +232,8 @@
   </servlet>
 
   <servlet-mapping>
-   <servlet-name>DumpServlet</servlet-name>
-   <url-pattern>/$/dump</url-pattern>
+    <servlet-name>DumpServlet</servlet-name>
+    <url-pattern>/$/dump</url-pattern>
   </servlet-mapping>
 
   <servlet-mapping>