List of usage examples for org.eclipse.jgit.lib RefDatabase subclass-usage
From source file org.gitective.tests.BadRefDatabase.java
/** * Ref database that throwns the same exception on every call */ public class BadRefDatabase extends RefDatabase { private final IOException exception;