]> source.dussan.org Git - jgit.git/commit
ObjectReader: remove the walkAdvice API 61/47561/5
authorShawn Pearce <spearce@spearce.org>
Sat, 9 May 2015 05:26:28 +0000 (22:26 -0700)
committerShawn Pearce <spearce@spearce.org>
Sun, 10 May 2015 17:47:10 +0000 (10:47 -0700)
commitca7daa5226d88c8533c2316e5bc8a66ea8a373c5
tree79b7541a50c995f4f5b15d2c28b91301bae8ce6e
parentaf7dcd6e1b22d21f4563a75181c5d269fd8105b5
ObjectReader: remove the walkAdvice API

This was added a very long time ago to support the failed
DHT storage implementation. Since then no storage system
was able to make use of this API, but it pollutes internals
of the walkers.

Kill the API on ObjectReader and drop the invocations from
the walker code.

Change-Id: I36608afdac13a6c3084d7c7e0af5e0cb22900332
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/MergeBaseGenerator.java
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/PendingGenerator.java
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/StartGenerator.java