Explorar el Código

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 hace 9 años
padre
commit
8ed6b745bb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 fichero

@@ -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) {

Cargando…
Cancelar
Guardar