Ver código fonte

FS: Document readpipe()'s encoding parameter

Change-Id: I36f0edf0f9d0bfa26448e25355c6d78dea524079
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
tags/v4.0.0.201505260635-rc2
Sebastian Schuberth 9 anos atrás
pai
commit
8ed6b745bb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java Ver arquivo

@@ -403,6 +403,7 @@ public abstract class FS {
* @param command
* as component array
* @param encoding
* to be used to parse the command's output
* @return the one-line output of the command
*/
protected static String readPipe(File dir, String[] command, String encoding) {

Carregando…
Cancelar
Salvar