Example usage for org.eclipse.jgit.revplot PlotWalk subclass-usage

List of usage examples for org.eclipse.jgit.revplot PlotWalk subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.revplot PlotWalk subclass-usage.

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) {