Browse Source

Fix a javadoc typo in RepoProject.

Change-Id: I3ea25c157b9e11a46a140d2c3ab9373d1596c163
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
tags/v4.1.0.201509280440-r
Yuxuan 'fishy' Wang 9 years ago
parent
commit
03fce81be3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java View File

/** /**
* Get the name of the remote definition of the sub repo. * Get the name of the remote definition of the sub repo.
* *
* @return {@remote}
* @return {@code remote}
*/ */
public String getRemote() { public String getRemote() {
return remote; return remote;

Loading…
Cancel
Save