]> source.dussan.org Git - jgit.git/commitdiff
FS: Document readpipe()'s encoding parameter 43/48143/3
authorSebastian Schuberth <sschuberth@gmail.com>
Tue, 19 May 2015 08:21:59 +0000 (10:21 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 21 May 2015 21:39:26 +0000 (23:39 +0200)
Change-Id: I36f0edf0f9d0bfa26448e25355c6d78dea524079
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

index 569a8864b122c94e2ae288780a982ebf41ddfcb3..38e714771b9c5a1cda5ffe944a74fc6e844b1616 100644 (file)
@@ -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) {