소스 검색

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 년 전
부모
커밋
03fce81be3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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…
취소
저장