]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag for new API RepoCommand.setTargetURI() 80/95080/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 14 Apr 2017 17:49:19 +0000 (19:49 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 14 Apr 2017 17:49:19 +0000 (19:49 +0200)
Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

index 3e8d524a48b1a575297e7e6f83c1679741d37078..8f5f15e8d845e055efa0fad874ce305f24b8c15a 100644 (file)
@@ -282,11 +282,13 @@ public class RepoCommand extends GitCommand<RevCommit> {
        }
 
        /**
-        * Set the URI of the superproject (this repository), so the .gitmodules file can specify the
-        * submodule URLs relative to the superproject.
+        * Set the URI of the superproject (this repository), so the .gitmodules
+        * file can specify the submodule URLs relative to the superproject.
         *
-        * @param uri the URI of the repository holding the superproject.
+        * @param uri
+        *            the URI of the repository holding the superproject.
         * @return this command
+        * @since 4.8
         */
        public RepoCommand setTargetURI(String uri) {
                // The repo name is interpreted as a directory, for example