From 3af4afdfbfed7ed97424b91d08bf55c3b23c0b9b Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 14 Apr 2017 19:49:19 +0200 Subject: Add missing @since tag for new API RepoCommand.setTargetURI() Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java | 8 +++++--- 1 file 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 { } /** - * 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 -- cgit v1.2.3