]> source.dussan.org Git - jgit.git/commitdiff
Add missing # to javadoc comment 90/49690/1
authorJonathan Nieder <jrn@google.com>
Mon, 8 Jun 2015 17:47:15 +0000 (10:47 -0700)
committerJonathan Nieder <jrn@google.com>
Mon, 8 Jun 2015 17:47:15 +0000 (10:47 -0700)
Change-Id: I351cee0ba2e77e3360846ac0c5368da3a322725c
Reported-by: Markus Keller <markus_keller@ch.ibm.com>
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java

index fd99e4d0382be6aa549d9434d463189dd5a2c0e0..ef22fb90fe24572ea887a834d3fd4280999219ce 100644 (file)
@@ -325,7 +325,7 @@ public abstract class RefDatabase {
         * 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
         * <code>getRefs(ALL)</code> but are accepted by {@link #getRef(String)}
-        * and {@link exactRef(String)}.
+        * and {@link #exactRef(String)}.
         *
         * @return a list of additional refs
         * @throws IOException