Browse Source

Config: Improve documentation for setStringList

Change-Id: Idccfa0dfd6db324236f7cb26ab28bdbd80581a8b
Signed-off-by: Stefan Beller <sbeller@google.com>
stable-4.4
Stefan Beller 9 years ago
parent
commit
0406290eb4
  1. 3
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

3
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

@ -855,7 +855,8 @@ public class Config {
*
* <pre>
* [section &quot;subsection&quot;]
* name = value
* name = value1
* name = value2
* </pre>
*
* @param section

Loading…
Cancel
Save