]> source.dussan.org Git - jgit.git/commit
Add a release() method to SubmoduleWalk 66/6366/2
authorDave Borowitz <dborowitz@google.com>
Thu, 14 Jun 2012 22:06:09 +0000 (15:06 -0700)
committerDave Borowitz <dborowitz@google.com>
Fri, 15 Jun 2012 18:43:22 +0000 (11:43 -0700)
commit458f64c6ea94da114cd99243302dfaacc7194d7c
tree229ac831c65bf03869b65f8223e210e678b7782f
parent2656ac1b5acb9b73c6b47e2cf8830a0a0b2cc214
Add a release() method to SubmoduleWalk

We need a way to release the underlying TreeWalk. Also, use this
method to release walks from the static factory methods on error or
when submodules are not found.

Change-Id: I6bedc2db78bcd577aef2cfe6715bb981a26dcfd7
org.eclipse.jgit/src/org/eclipse/jgit/submodule/SubmoduleWalk.java