James Moger
2014-06-16 6b18b0761b726fd9aef1ebcc21b760378f7d4b5c
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;
         }
      };
   }
}