From c1fca6cb43ba0901b0979a93fcc886c154102e38 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Mon, 8 Jun 2015 10:47:15 -0700 Subject: [PATCH] Add missing # to javadoc comment Change-Id: I351cee0ba2e77e3360846ac0c5368da3a322725c Reported-by: Markus Keller Signed-off-by: Jonathan Nieder --- org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java index fd99e4d03..ef22fb90f 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java @@ -325,7 +325,7 @@ public Ref firstExactRef(String... refs) throws IOException { * The result list includes non-ref items such as MERGE_HEAD and * FETCH_RESULT cast to be refs. The names of these refs are not returned by * getRefs(ALL) but are accepted by {@link #getRef(String)} - * and {@link exactRef(String)}. + * and {@link #exactRef(String)}. * * @return a list of additional refs * @throws IOException