Eddy Young
2015-05-22 410c92f5c71c93cd2b4b0a1d9ee4067c34b80c66
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;
         }
      };
   }
}