James Moger
2014-11-04 3d4e1246d18f91c2c2e7afbe041d7a0d15f61ecd
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;
         }
      };
   }
}