RevWalk: Make fields available to DepthWalk

DepthWalk needs to override toObjectWalkWithSameObjects() and thus
needs to be able to directly set the objects and freeFlags fields, so
make them package private.

Change-Id: I24561b82c54ba3d6522582ca25105b204d777074
Signed-off-by: Terry Parker <tparker@google.com>
This commit is contained in:
Terry Parker 2016-08-03 08:36:55 -07:00
parent 7edf05530d
commit 2a7897bb4c
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class RevWalk implements Iterable<RevCommit>, AutoCloseable {
ObjectIdOwnerMap<RevObject> objects;
private int freeFlags = APP_FLAGS;
int freeFlags = APP_FLAGS;
private int delayFreeFlags;