From 7507d9e2a967e9c978e1fab3ca22deec1b5632c5 Mon Sep 17 00:00:00 2001 From: Yuxuan 'fishy' Wang Date: Fri, 11 Mar 2016 14:36:00 -0800 Subject: [PATCH] Fix wrong whitespaces. This change replaced some tabs with spaces introduced in change I8b3765713599e34f1411f9bbc7f575ec7c2384e0. Change-Id: Ia5c23b38c9fbbb46f150e527347b61c64c8d9e87 Signed-off-by: Yuxuan 'fishy' Wang --- org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java index 1e4a1b2d8..ee937f585 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java @@ -139,7 +139,7 @@ public class RepoCommand extends GitCommand { * @param ref * The ref (branch/tag/etc.) to read * @return the sha1 of the remote repository, or null if the ref does - * not exist. + * not exist. * @throws GitAPIException */ @Nullable