Github user ajs6f commented on a diff in the pull request:

    https://github.com/apache/jena/pull/176#discussion_r82511004
  
    --- Diff: 
jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServer.java
 ---
    @@ -371,19 +367,6 @@ else if ( ! dir.isDirectory())
                 throw new FusekiConfigException("Not a directory: "+directory) 
;
         }
     
    -    private static void mustExist(Path directory) {
    -        File dir = directory.toFile() ;
    -        if ( ! dir.exists() )
    -            throw new FusekiConfigException("Does not exist: "+directory) 
; 
    -        if ( ! dir.isDirectory())
    -            throw new FusekiConfigException("Not a directory: "+directory) 
;
    -    }
    -    
    -    private static boolean exists(Path directory) {
    --- End diff --
    
    All in a group at the end.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to