Browse Source

Remove an unnecessary semicolon

Change-Id: I6c5b085ae4a47d0026bd2b2341de76ab333936b9
stable-3.5
Robin Rosenberg 11 years ago committed by Matthias Sohn
parent
commit
78cd2bb9e0
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java

2
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java

@ -204,7 +204,7 @@ public class ArchiveCommand extends GitCommand<OutputStream> {
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