]> source.dussan.org Git - jgit.git/commit
UploadPack: shallowExcludeRefs doesn't need to be nullable 63/127963/2
authorIvan Frade <ifrade@google.com>
Thu, 23 Aug 2018 22:20:57 +0000 (15:20 -0700)
committerIvan Frade <ifrade@google.com>
Thu, 23 Aug 2018 22:22:06 +0000 (15:22 -0700)
commit0b84c5b29ea27cb9af47931792c3819d96da9d8d
tree4fde3d85421408800f6ab457b0ad506879797389
parente1b971848ad91e31558c1fe0cb8f241f3ed4e6e5
UploadPack: shallowExcludeRefs doesn't need to be nullable

Code can check size instead of null, and that makes the initialization
trivial.

Change-Id: Icbe655816429a7a680926b0e871d96f3b2f1f7ba
Signed-off-by: Ivan Frade <ifrade@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java