James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
src/main/java/com/gitblit/git/GitDaemonClient.java
@@ -65,7 +65,7 @@
   private InputStream rawIn;
   private OutputStream rawOut;
   private String repositoryName;
   GitDaemonClient(final GitDaemon d) {
@@ -95,11 +95,11 @@
   public OutputStream getOutputStream() {
      return rawOut;
   }
   public void setRepositoryName(String repositoryName) {
      this.repositoryName = repositoryName;
   }
   /** @return the name of the requested repository. */
   public String getRepositoryName() {
      return repositoryName;