Merge "Document IntBlob class"

This commit is contained in:
David Ostrovsky 2019-12-24 13:08:40 +00:00 committed by Gerrit Code Review
commit cda97ddca7

View File

@ -39,6 +39,7 @@ import org.eclipse.jgit.lib.RefUpdate;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.revwalk.RevWalk;
/** An object blob in a Git repository that stores a single integer value. */
@AutoValue
public abstract class IntBlob {
public static Optional<IntBlob> parse(Repository repo, String refName) throws IOException {