diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-14 19:49:19 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-14 19:49:19 +0200 |
commit | 3af4afdfbfed7ed97424b91d08bf55c3b23c0b9b (patch) | |
tree | b8c3d158b5dba8b0fca9cf70fc24c5260b85d97c | |
parent | 3267f9161d676a2f6eed626a09d09717ca389d58 (diff) | |
download | jgit-3af4afdfbfed7ed97424b91d08bf55c3b23c0b9b.tar.gz jgit-3af4afdfbfed7ed97424b91d08bf55c3b23c0b9b.zip |
Add missing @since tag for new API RepoCommand.setTargetURI()
Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java index 3e8d524a48..8f5f15e8d8 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java @@ -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 |