Ver código fonte

Remove an unnecessary semicolon

Change-Id: I6c5b085ae4a47d0026bd2b2341de76ab333936b9
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 anos atrás
pai
commit
78cd2bb9e0

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java Ver arquivo

@@ -204,7 +204,7 @@ public class ArchiveCommand extends GitCommand<OutputStream> {
this.format = format;
this.refcnt = refcnt;
}
};
}

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

Carregando…
Cancelar
Salvar