]> source.dussan.org Git - jgit.git/commitdiff
Fix a javadoc typo in RepoProject. 56/49856/1
authorYuxuan 'fishy' Wang <fishywang@google.com>
Tue, 9 Jun 2015 21:24:36 +0000 (14:24 -0700)
committerYuxuan 'fishy' Wang <fishywang@google.com>
Tue, 9 Jun 2015 21:24:36 +0000 (14:24 -0700)
Change-Id: I3ea25c157b9e11a46a140d2c3ab9373d1596c163
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java

index 1fff1c3532e3aaa6e3ffa9a287b80bd57afe5400..2c30e391b6a4d5b677d1e3a2233aed62fb729d1e 100644 (file)
@@ -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;