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/01/12 11:26:27 UTC

[jena] branch master updated: Typos

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 27f6d62  Typos
27f6d62 is described below

commit 27f6d624054d21f39e83a3fa70a246b52d86a231
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Jan 12 11:26:23 2019 +0000

    Typos
---
 jena-base/src/main/java/org/apache/jena/atlas/lib/FileOps.java   | 1 -
 jena-core/src/main/java/org/apache/jena/util/LocationMapper.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/jena-base/src/main/java/org/apache/jena/atlas/lib/FileOps.java b/jena-base/src/main/java/org/apache/jena/atlas/lib/FileOps.java
index 8ede725..c8cd78e 100644
--- a/jena-base/src/main/java/org/apache/jena/atlas/lib/FileOps.java
+++ b/jena-base/src/main/java/org/apache/jena/atlas/lib/FileOps.java
@@ -61,7 +61,6 @@ public class FileOps {
         catch (SecurityException ex) {
             Log.warn(FileOps.class, "delete: " + f + ": Security exception; " + ex.getMessage()) ;
         }
-
     }
 
     /** Delete all files in a directory */
diff --git a/jena-core/src/main/java/org/apache/jena/util/LocationMapper.java b/jena-core/src/main/java/org/apache/jena/util/LocationMapper.java
index 191b28c..27bafa4 100644
--- a/jena-core/src/main/java/org/apache/jena/util/LocationMapper.java
+++ b/jena-core/src/main/java/org/apache/jena/util/LocationMapper.java
@@ -72,7 +72,7 @@ public class LocationMapper
         return theMapper ;
     }
     
-    /** Set the global lcoation mapper. (as returned by get())
+    /** Set the global location mapper. (as returned by get())
      * If called before any call to get(), then the usual default global location mapper is not created 
      * @param globalLocationMapper
      */