Browse Source

Remove an unnecessary semicolon

Change-Id: I6c5b085ae4a47d0026bd2b2341de76ab333936b9
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 years ago
parent
commit
78cd2bb9e0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java View File

this.format = format; this.format = format;
this.refcnt = refcnt; this.refcnt = refcnt;
} }
};
}


/** /**
* Available archival formats (corresponding to values for * Available archival formats (corresponding to values for

Loading…
Cancel
Save