]> source.dussan.org Git - jgit.git/commit
StatusCommand#setWorkingTreeIt should return 'this' 91/4791/2
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>
Mon, 12 Dec 2011 17:21:15 +0000 (09:21 -0800)
committerKevin Sawicki <kevin@github.com>
Mon, 12 Dec 2011 17:21:15 +0000 (09:21 -0800)
commit9f661377161c9abeea2354411a1349a5806b281b
tree65a188b8f4c3417b09a310d745f5d8bf241f78b8
parent7fded4d14f999452165c0ea744b2acf0c04136d3
StatusCommand#setWorkingTreeIt should return 'this'

All setters for JGit API commands return the command instance, follow
the builder pattern.

Change-Id: Id2bbc3f1300bb179887c4d2d6dd72925bde55f24
Signed-off-by: Kevin Sawicki <kevin@github.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java