James Moger
2014-04-23 646133f591e7d3a43def675ac30ec4caea1f909a
src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java
@@ -36,6 +36,11 @@
         public SshFile getFile(String file) {
            return null;
         }
         @Override
         public FileSystemView getNormalizedView() {
            return null;
         }
      };
   }
}