Browse Source

Fix a javadoc typo in RepoProject.

Change-Id: I3ea25c157b9e11a46a140d2c3ab9373d1596c163
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
stable-4.1
Yuxuan 'fishy' Wang 10 years ago
parent
commit
03fce81be3
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java

2
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java

@ -221,7 +221,7 @@ public class RepoProject implements Comparable<RepoProject> {
/**
* Get the name of the remote definition of the sub repo.
*
* @return {@remote}
* @return {@code remote}
*/
public String getRemote() {
return remote;

Loading…
Cancel
Save