List of usage examples for org.eclipse.jgit.revplot PlotWalk subclass-usage
From source file org.eclipse.egit.ui.internal.history.SWTWalk.java
class SWTWalk extends PlotWalk { SWTWalk(final Repository repo) { super(repo); } @Override
From source file org.flowerplatform.web.git.history.internal.WebWalk.java
/** * @author Cristina Constantinescu */ public class WebWalk extends PlotWalk { public WebWalk(Repository repo) {