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 2015/02/15 19:31:29 UTC

[2/4] jena git commit: Update javadoc.

Update javadoc.

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

Branch: refs/heads/master
Commit: 31dd899700b8aea84c57989c422cc9744fa6719e
Parents: a8990a1
Author: Andy Seaborne <an...@seaborne.org>
Authored: Fri Feb 13 15:38:25 2015 +0000
Committer: Andy Seaborne <an...@seaborne.org>
Committed: Fri Feb 13 15:38:25 2015 +0000

----------------------------------------------------------------------
 jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/31dd8997/jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java b/jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java
index 1581854..db62441 100644
--- a/jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java
+++ b/jena-core/src/main/java/com/hp/hpl/jena/util/FileManager.java
@@ -245,8 +245,7 @@ public class FileManager
     // -------- Cache operations (end)
 
     /** Load a model from a file (local or remote).
-     *  Guesses the syntax of the file based on filename extension, 
-     *  defaulting to RDF/XML.
+     *  This operation may attempt content negotiation for http URLs.
      *  @param filenameOrURI The filename or a URI (file:, http:)
      *  @return a new model
      *  @exception JenaException if there is syntax error in file.
@@ -260,7 +259,6 @@ public class FileManager
         return loadModelWorker(filenameOrURI, null, null) ;
     }
 
-
     /** Load a model from a file (local or remote).
      *  URI is the base for reading the model.
      *