Browse Source

Add missing @since tag for new API RepoCommand.setTargetURI()

Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.8.0.201705170830-rc1
Matthias Sohn 7 years ago
parent
commit
3af4afdfbf
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 5
- 3
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java View 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

Loading…
Cancel
Save