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>
This commit is contained in:
Jonathan Nieder 2015-06-08 10:47:15 -07:00
parent 48b67012d6
commit c1fca6cb43
1 changed files with 1 additions and 1 deletions

View File

@ -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
* <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