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 2019/03/13 10:43:20 UTC

[jena] branch master updated: Typo

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new a1cbca1  Typo
a1cbca1 is described below

commit a1cbca1f0a485d44b21c506465f647f815a36095
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Mar 13 10:43:12 2019 +0000

    Typo
---
 .../src/main/java/org/apache/jena/fuseki/system/FusekiLogging.java      | 1 -
 .../src/main/java/org/apache/jena/fuseki/webapp/FusekiWebapp.java       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/system/FusekiLogging.java b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/system/FusekiLogging.java
index 147fbd0..3a8fa31 100644
--- a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/system/FusekiLogging.java
+++ b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/system/FusekiLogging.java
@@ -66,7 +66,6 @@ public class FusekiLogging
     /** Set up logging - standalone and war packaging */
     public static synchronized void setLogging() {
         setLogging(null);
-        
     }
     
     /** Set up logging. Allow an extra location (string directory name without trailing "/"). This may be null 
diff --git a/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/webapp/FusekiWebapp.java b/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/webapp/FusekiWebapp.java
index b85f679..8c08ac1 100644
--- a/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/webapp/FusekiWebapp.java
+++ b/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/webapp/FusekiWebapp.java
@@ -447,7 +447,7 @@ public class FusekiWebapp
         return generateConfigurationFilename(dsName) ;
     }
 
-    /** New configuration file name - absiolute filename */
+    /** New configuration file name - absolute filename */
     public static String generateConfigurationFilename(String dsName) {
         String filename = dsName ;
         // Without "/"