]> source.dussan.org Git - jgit.git/commit
Return command from StashCreateCommand setters 91/5191/2
authorKevin Sawicki <kevin@github.com>
Wed, 29 Feb 2012 18:13:36 +0000 (10:13 -0800)
committerChris Aniszczyk <zx@twitter.com>
Tue, 6 Mar 2012 04:53:59 +0000 (20:53 -0800)
commit8db5414dcf09e62154818b4d8da7d5be07098bb2
tree4cf49ca466a9764b2e399503d4dfe75de7ca11e3
parent9908c203a5fc8bb59e6b539d94c558a516247161
Return command from StashCreateCommand setters

Previously were void which made them inconsistent with
the fluid setter pattern used in other commands.

Change-Id: Idb81dfc7bb097306f0c5d6e34f91a2bbab501668
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/StashCreateCommand.java