diff options
author | Jonathan Nieder <jrn@google.com> | 2015-06-08 10:47:15 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2015-06-08 10:47:15 -0700 |
commit | c1fca6cb43ba0901b0979a93fcc886c154102e38 (patch) | |
tree | 3ec37ab4ad1aa483d6da300e392f2617b4caf536 | |
parent | 48b67012d610f9151b425a27a4287eeedfbff0a4 (diff) | |
download | jgit-c1fca6cb43ba0901b0979a93fcc886c154102e38.tar.gz jgit-c1fca6cb43ba0901b0979a93fcc886c154102e38.zip |
Add missing # to javadoc comment
Change-Id: I351cee0ba2e77e3360846ac0c5368da3a322725c
Reported-by: Markus Keller <markus_keller@ch.ibm.com>
Signed-off-by: Jonathan Nieder <jrn@google.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 fd99e4d038..ef22fb90fe 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 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 |